aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c79e6a9a..7e00910b 100644
--- a/Makefile
+++ b/Makefile
@@ -96,6 +96,7 @@ clean distclean :
bin/tot \
bin/unf \
games/acq \
+ games/aesth \
games/drakon \
games/kvlt \
games/rot13 \
@@ -211,7 +212,7 @@ install-finger :
install -pm 0644 -- finger/project "$(HOME)"/.project
install -pm 0644 -- finger/pgpkey "$(HOME)"/.pgpkey
-install-games : games/acq games/drakon games/kvlt games/rot13 games/zs \
+install-games : games/acq games/aesth games/drakon games/kvlt games/rot13 games/zs \
check-games install-games-man
install -m 0755 -d -- "$(HOME)"/.local/games
for name in games/* ; do \