aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
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 ; \