aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-09 12:41:23 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-09 12:41:23 +1300
commite937f5025061b1275271316a3cd14460950f48b9 (patch)
tree5f132169dc3bdd1bc5e10eb9f473e70fb20d9587 /Makefile
parentAdd clog(1df) (diff)
downloaddotfiles-e937f5025061b1275271316a3cd14460950f48b9.tar.gz
dotfiles-e937f5025061b1275271316a3cd14460950f48b9.zip
Rephrase uts(1df) as pure Awk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ee70f91a..186348fa 100644
--- a/Makefile
+++ b/Makefile
@@ -82,6 +82,7 @@ all : bin/csmw \
bin/su2d \
bin/tot \
bin/unf \
+ bin/uts \
git/gitconfig \
gnupg/gpg.conf
@@ -103,6 +104,7 @@ clean distclean :
bin/su2d \
bin/tot \
bin/unf \
+ bin/uts \
games/acq \
games/aesth \
games/drakon \
@@ -191,7 +193,7 @@ install-bash-completion : install-bash
install-bin : bin/csmw bin/ddup bin/gwp bin/han bin/mean bin/med bin/mftl \
bin/mode bin/rfct bin/rndi bin/sd2u bin/sec bin/slsf bin/su2d bin/tot \
- bin/unf install-bin-man
+ bin/unf bin/uts install-bin-man
install -m 0755 -d -- "$(HOME)"/.local/bin
for name in bin/* ; do \
[ -x "$$name" ] || continue ; \