aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-09 21:28:10 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-09 21:28:10 +1200
commit6f91b67cf342c6a849b7d93d24924e80f1b7d714 (patch)
tree9c83ae62cc75df394fcf1a40d43d10a47461849f /Makefile
parentEnable PKA for Mutt crypt, disable autodecode (diff)
downloaddotfiles-6f91b67cf342c6a849b7d93d24924e80f1b7d714.tar.gz
dotfiles-6f91b67cf342c6a849b7d93d24924e80f1b7d714.zip
Add rot13(6df)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6353688c..d8e61785 100644
--- a/Makefile
+++ b/Makefile
@@ -97,6 +97,7 @@ clean distclean :
bin/unf \
games/acq \
games/kvlt \
+ games/rot13 \
games/zs \
git/gitconfig \
gnupg/gpg.conf \
@@ -209,7 +210,7 @@ install-finger :
install -pm 0644 -- finger/project "$(HOME)"/.project
install -pm 0644 -- finger/pgpkey "$(HOME)"/.pgpkey
-install-games : games/acq games/kvlt games/zs check-games install-games-man
+install-games : games/acq 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 ; \