From 74a7c6e3f3c323624607e1a375461d93605b1880 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 12 Dec 2016 15:16:05 +1300 Subject: Add strik(6df) --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 186348fa..363f9e19 100644 --- a/Makefile +++ b/Makefile @@ -110,6 +110,7 @@ clean distclean : games/drakon \ games/kvlt \ games/rot13 \ + games/strik \ games/zs \ git/gitconfig \ gnupg/gpg.conf \ @@ -223,8 +224,8 @@ install-finger : install -pm 0644 -- finger/project "$(HOME)"/.project install -pm 0644 -- finger/pgpkey "$(HOME)"/.pgpkey -install-games : games/acq games/aesth games/drakon games/kvlt games/rot13 games/zs \ - check-games install-games-man +install-games : games/acq games/aesth games/drakon games/kvlt games/rot13 \ + games/strik games/zs check-games install-games-man install -m 0755 -d -- "$(HOME)"/.local/games for name in games/* ; do \ [ -x "$$name" ] || continue ; \ -- cgit v1.2.3