From 481f4fa397bbdadcba7d7e6f93f3e058268a95b2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 16 Aug 2016 19:54:57 +1200 Subject: Move awk scripts into shb(1) --- Makefile | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 "$@" -- cgit v1.2.3