aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-02 22:19:22 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-02 22:24:29 +1300
commit919d075e00bee86482d8147a2c846539338d092f (patch)
tree41a7985fe4089b815cc9f8147d41e5541e466451 /Makefile
parentAdd comments to loc(1df) (diff)
downloaddotfiles-919d075e00bee86482d8147a2c846539338d092f.tar.gz
dotfiles-919d075e00bee86482d8147a2c846539338d092f.zip
Add chkl(6)
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 ; \