aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-16 19:49:35 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-16 19:49:35 +1200
commit6cbb1755813b9fd3ad016aafc202a36eda37718a (patch)
treed7d985980ef5fa78572f13b867d6b0bdfd9f3a24 /Makefile
parentApply suffix rules for games/bin building (diff)
downloaddotfiles-6cbb1755813b9fd3ad016aafc202a36eda37718a.tar.gz
dotfiles-6cbb1755813b9fd3ad016aafc202a36eda37718a.zip
Reverse .m4 translation for binscripts
Either this is overengineering, or I don't understand m4 well enough.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 1 insertions, 15 deletions
diff --git a/Makefile b/Makefile
index a8b448d5..696f33fb 100644
--- a/Makefile
+++ b/Makefile
@@ -62,25 +62,17 @@ EMAIL := tom@sanctum.geek.nz
KEY := 0xC14286EA77BB8872
SENDMAIL := /usr/bin/msmtp
-all : bin/rndl \
- bin/sd2u \
+all : bin/sd2u \
bin/su2d \
- bin/tlcs \
- bin/try \
bin/unf \
- bin/urlc \
git/gitconfig \
gnupg/gpg.conf
clean distclean :
rm -f \
- bin/rndl \
bin/sd2u \
bin/su2d \
- bin/tlcs \
- bin/try \
bin/unf \
- bin/urlc \
games/acq \
games/kvlt \
games/zs \
@@ -117,12 +109,6 @@ tmux/tmux.conf : tmux/tmux.conf.m4
m4 -D TMUX_COLOR="$(TMUX_COLOR)" \
tmux/tmux.conf.m4 > tmux/tmux.conf
-# shell scripts that need a templated trap to remove a temporary directory
-.m4 :
- m4 "$<" > "$@"
- chmod +x "$@"
-
-# sed scripts that need a pathed shebang
.sed :
bin/shb "$<" sed -f > "$@"
chmod +x "$@"