From 745f436dc41c2dc6eb36e21aa3266ab21a571e57 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 8 Aug 2016 14:19:51 +1200 Subject: Add acq(6) --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3