aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-06-02 23:11:01 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-06-02 23:11:01 +1200
commitac1306bd64f5132f2a03ec166144eddea4d31326 (patch)
treef7d828b7db07f55d7f06dff13d9552ecff291f40 /Makefile
parentImplemented an idea (diff)
downloaddotfiles-ac1306bd64f5132f2a03ec166144eddea4d31326.tar.gz
dotfiles-ac1306bd64f5132f2a03ec166144eddea4d31326.zip
Tidier implementation for mi5 sh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile20
1 files changed, 11 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 8f278325..5bb29685 100644
--- a/Makefile
+++ b/Makefile
@@ -197,6 +197,15 @@ BINS = bin/ap \
bin/xrbg \
bin/xrq
+BINS_MI5 = bin/chn.sh \
+ bin/edda.sh \
+ bin/pst.sh \
+ bin/rndl.sh \
+ bin/swr.sh \
+ bin/tlcs.sh \
+ bin/try.sh \
+ bin/urlc.sh
+
GAMES = games/aaf \
games/acq \
games/aesth \
@@ -269,14 +278,7 @@ clean distclean:
.m4.sh:
m4 < $< > $@
-bin/chn.sh: include/mktd.m4
-bin/edda.sh: include/mktd.m4
-bin/pst.sh: include/mktd.m4
-bin/rndl.sh: include/mktd.m4
-bin/swr.sh: include/mktd.m4
-bin/tlcs.sh: include/mktd.m4
-bin/try.sh: include/mktd.m4
-bin/urlc.sh: include/mktd.m4
+$(BINS_MI5): include/mktd.m4
git/gitconfig: git/gitconfig.m4
m4 \
@@ -498,7 +500,7 @@ check: check-bin \
check-bash:
sh check/bash.sh
-check-bin:
+check-bin: $(BINS_MI5)
sh check/bin.sh
check-games: