aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-31 23:07:20 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-31 23:07:20 +1300
commit9d044a7dae36d42d620a1a6bc63a43aab9a6b8b7 (patch)
tree92b1f50e6a584611ae63778734a38f132982004b /Makefile
parentMerge branch 'release/v0.1.0' (diff)
parentBump version number to 0.2.0 (diff)
downloaddotfiles-0.2.0.tar.gz (sig)
dotfiles-0.2.0.zip
Merge branch 'release/v0.2.0'v0.2.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 314c2a2b..5b316294 100644
--- a/Makefile
+++ b/Makefile
@@ -538,10 +538,10 @@ check: check-bin \
check-bash:
sh check/bash.sh
-check-bin: $(BINS_SH)
+check-bin: $(BINS)
sh check/bin.sh
-check-games:
+check-games: $(GAMES)
sh check/games.sh
check-man:
@@ -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: