From 919d075e00bee86482d8147a2c846539338d092f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 2 Jan 2017 22:19:22 +1300 Subject: Add chkl(6) --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 ; \ -- cgit v1.2.3