aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-31 22:44:56 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-31 22:44:56 +1300
commit3e540185b71e7a3bfa9348a13691bf40569a06aa (patch)
tree2e9869aa47c4250121438d480c8386122a2e9f60 /Makefile
parentAdd option terminators to some stray `set` calls (diff)
downloaddotfiles-3e540185b71e7a3bfa9348a13691bf40569a06aa.tar.gz
dotfiles-3e540185b71e7a3bfa9348a13691bf40569a06aa.zip
Check and lint URxvt Perls correctly
Require that the URxvt Perls are built correctly. There's only one at the moment, so I'll make that the single prerequisite for the `check-urxvt` target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 84da1d44..5b316294 100644
--- a/Makefile
+++ b/Makefile
@@ -556,7 +556,7 @@ check-login-shell:
check-sh:
sh check/sh.sh
-check-urxvt:
+check-urxvt: urxvt/ext/select
sh check/urxvt.sh
check-xinit: