aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-16 19:54:57 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-16 19:57:58 +1200
commit481f4fa397bbdadcba7d7e6f93f3e058268a95b2 (patch)
tree7c01924feb4f58c038c9f05dabea00f85314116b /Makefile
parentRemove .m4 from suffixes (diff)
downloaddotfiles-481f4fa397bbdadcba7d7e6f93f3e058268a95b2.tar.gz
dotfiles-481f4fa397bbdadcba7d7e6f93f3e058268a95b2.zip
Move awk scripts into shb(1)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 12 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5c8582cb..1a59525e 100644
--- a/Makefile
+++ b/Makefile
@@ -55,14 +55,17 @@
lint-sh \
lint-urxvt
-.SUFFIXES: .sed
+.SUFFIXES: .awk .sed
NAME := Tom Ryder
EMAIL := tom@sanctum.geek.nz
KEY := 0xC14286EA77BB8872
SENDMAIL := /usr/bin/msmtp
-all : bin/sd2u \
+all : bin/rfct \
+ bin/rndi \
+ bin/sd2u \
+ bin/slsf \
bin/su2d \
bin/unf \
git/gitconfig \
@@ -70,7 +73,10 @@ all : bin/sd2u \
clean distclean :
rm -f \
+ bin/rfct \
+ bin/rndi \
bin/sd2u \
+ bin/slsf \
bin/su2d \
bin/unf \
games/acq \
@@ -109,6 +115,10 @@ tmux/tmux.conf : tmux/tmux.conf.m4
m4 -D TMUX_COLOR="$(TMUX_COLOR)" \
tmux/tmux.conf.m4 > tmux/tmux.conf
+.awk :
+ bin/shb "$<" awk -f > "$@"
+ chmod +x "$@"
+
.sed :
bin/shb "$<" sed -f > "$@"
chmod +x "$@"