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 60fec019..20a4ae9e 100644
--- a/Makefile
+++ b/Makefile
@@ -112,6 +112,7 @@ clean distclean :
bin/uts \
games/acq \
games/aesth \
+ games/chkl \
games/drakon \
games/kvlt \
games/rot13 \
@@ -229,8 +230,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/strik games/zs check-games install-games-man
+install-games : games/acq games/aesth games/chkl 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 ; \