aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-10-19 10:19:21 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-10-19 10:19:21 +1300
commit9d776656386c3e794187810c466b18ba29575248 (patch)
tree5a6bc62ef303f0850a5ea62b5f128f2408e380c6 /Makefile
parentCorrect check of --is-work-tree test (diff)
downloaddotfiles-9d776656386c3e794187810c466b18ba29575248.tar.gz
dotfiles-9d776656386c3e794187810c466b18ba29575248.zip
Add drakon(6df)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0e21851e..252a83d6 100644
--- a/Makefile
+++ b/Makefile
@@ -96,6 +96,7 @@ clean distclean :
bin/tot \
bin/unf \
games/acq \
+ games/drakon \
games/kvlt \
games/rot13 \
games/zs \
@@ -210,7 +211,8 @@ install-finger :
install -pm 0644 -- finger/project "$(HOME)"/.project
install -pm 0644 -- finger/pgpkey "$(HOME)"/.pgpkey
-install-games : games/acq games/kvlt games/rot13 games/zs check-games install-games-man
+install-games : games/acq 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 \
[ -x "$$name" ] || continue ; \