aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-05 15:14:15 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-05 15:14:15 +1300
commit5d2b7999371d9bb565af27a868f274555b7c5cc5 (patch)
tree8adf6d7825c2b21d848d2b90915b5e33ce74b841 /Makefile
parentWrap built games into Makefile var (diff)
downloaddotfiles-5d2b7999371d9bb565af27a868f274555b7c5cc5.tar.gz
dotfiles-5d2b7999371d9bb565af27a868f274555b7c5cc5.zip
Checking/linting bins/games requires build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 420475dd..19ff8b86 100644
--- a/Makefile
+++ b/Makefile
@@ -394,10 +394,10 @@ check : check-bash \
check-bash :
check/bash
-check-bin :
+check-bin : $(BINS)
check/bin
-check-games :
+check-games : $(GAMES)
check/games
check-man :
@@ -430,10 +430,10 @@ lint : check \
lint-bash :
lint/bash
-lint-bin :
+lint-bin : $(BINS)
lint/bin
-lint-games :
+lint-games : $(GAMES)
lint/games
lint-ksh :