aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-14 13:46:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-14 13:46:26 +1200
commitfbd4583876ac9dbf5c94959bee25aea85f114109 (patch)
tree0ea067dbf38835c1f1197687f831bcd7fd586f4d /Makefile
parentMake brxs(1) executable (diff)
downloaddotfiles-fbd4583876ac9dbf5c94959bee25aea85f114109.tar.gz
dotfiles-fbd4583876ac9dbf5c94959bee25aea85f114109.zip
Add unf(1)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 937e9528..89dc5ab2 100644
--- a/Makefile
+++ b/Makefile
@@ -60,10 +60,11 @@ EMAIL := tom@sanctum.geek.nz
KEY := 0xC14286EA77BB8872
SENDMAIL := /usr/bin/msmtp
-all : git/gitconfig gnupg/gpg.conf
+all : bin/unf git/gitconfig gnupg/gpg.conf
clean distclean :
rm -f \
+ bin/unf \
games/acq \
games/kvlt \
games/zs \
@@ -73,6 +74,10 @@ clean distclean :
mutt/muttrc \
tmux/tmux.conf
+bin/unf : bin/unf.sed
+ bin/shb bin/unf.sed sed -f > "$@"
+ chmod +x "$@"
+
games/acq : games/acq.sed
bin/shb games/acq.sed sed -f > "$@"
chmod +x "$@"
@@ -145,7 +150,7 @@ install-bash-completion : install-bash
install -pm 0644 -- bash/bash_completion "$(HOME)"/.config/bash_completion
install -pm 0644 -- bash/bash_completion.d/* "$(HOME)"/.bash_completion.d
-install-bin : test-bin install-bin-man
+install-bin : bin/unf test-bin install-bin-man
install -m 0755 -d -- "$(HOME)"/.local/bin
install -m 0755 -- bin/* "$(HOME)"/.local/bin