From fbd4583876ac9dbf5c94959bee25aea85f114109 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 14 Aug 2016 13:46:26 +1200 Subject: Add unf(1) --- Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3