aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-12 15:16:05 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-12 15:16:05 +1300
commit74a7c6e3f3c323624607e1a375461d93605b1880 (patch)
tree0a1274c98ac01fd79ff666de2a59bbed087ddac5 /Makefile
parentAdd correction to aesth(6df) man page (diff)
downloaddotfiles-74a7c6e3f3c323624607e1a375461d93605b1880.tar.gz
dotfiles-74a7c6e3f3c323624607e1a375461d93605b1880.zip
Add strik(6df)
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 ; \