aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-08 14:19:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-08 14:19:51 +1200
commit745f436dc41c2dc6eb36e21aa3266ab21a571e57 (patch)
treeda27e96fb1c6378edff07040474b62ca9984463f /Makefile
parentAdd motd(1) (diff)
downloaddotfiles-745f436dc41c2dc6eb36e21aa3266ab21a571e57.tar.gz
dotfiles-745f436dc41c2dc6eb36e21aa3266ab21a571e57.zip
Add acq(6)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3f579764..c96311ab 100644
--- a/Makefile
+++ b/Makefile
@@ -63,6 +63,7 @@ all : git/gitconfig gnupg/gpg.conf
clean distclean :
rm -f \
+ games/acq \
games/kvlt \
games/zs \
git/gitconfig \
@@ -71,6 +72,10 @@ clean distclean :
mutt/muttrc \
tmux/tmux.conf
+games/acq : games/acq.sed
+ bin/shb games/acq.sed sed -f > "$@"
+ chmod +x "$@"
+
games/kvlt : games/kvlt.sed
bin/shb games/kvlt.sed sed -f > "$@"
chmod +x "$@"
@@ -169,7 +174,7 @@ install-finger :
install -pm 0644 -- finger/project "$(HOME)"/.project
install -pm 0644 -- finger/pgpkey "$(HOME)"/.pgpkey
-install-games : games/kvlt games/zs test-games install-games-man
+install-games : games/acq games/kvlt games/zs test-games install-games-man
install -m 0755 -d -- "$(HOME)"/.local/games
install -m 0755 -- games/* "$(HOME)"/.local/games