aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile21
1 files changed, 11 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 8ae9b94e..420475dd 100644
--- a/Makefile
+++ b/Makefile
@@ -87,19 +87,21 @@ BINS = bin/csmw \
bin/unf \
bin/uts \
+GAMES = games/acq \
+ games/aesth \
+ games/chkl \
+ games/drakon \
+ games/kvlt \
+ games/rot13 \
+ games/strik \
+ games/zs
+
all : $(BINS) git/gitconfig gnupg/gpg.conf
clean distclean :
rm -f \
$(BINS) \
- games/acq \
- games/aesth \
- games/chkl \
- games/drakon \
- games/kvlt \
- games/rot13 \
- games/strik \
- games/zs \
+ $(GAMES) \
git/gitconfig \
gnupg/gpg.conf \
man/man7/dotfiles.7df \
@@ -210,8 +212,7 @@ install-finger :
install -pm 0644 -- finger/project "$(HOME)"/.project
install -pm 0644 -- finger/pgpkey "$(HOME)"/.pgpkey
-install-games : games/acq games/aesth games/chkl games/drakon games/kvlt \
- games/rot13 games/strik games/zs check-games install-games-man
+install-games : $(GAMES) install-games-man
install -m 0755 -d -- "$(HOME)"/.local/games
for name in games/* ; do \
[ -x "$$name" ] || continue ; \