aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-11-18 13:10:52 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-11-18 13:30:45 +1300
commit3445cbcb6898c7f19ba82b13f3f5f1f06eb571b3 (patch)
treea2d3c49e69b8aafbc5de4d355642400a3415b8c4 /Makefile
parentUpdate submodules (diff)
downloaddotfiles-3445cbcb6898c7f19ba82b13f3f5f1f06eb571b3.tar.gz
dotfiles-3445cbcb6898c7f19ba82b13f3f5f1f06eb571b3.zip
Add aesth(6)
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 \