From 62dbc06c52f460ec297a3c3c48db77f04f285d0f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 2 Sep 2016 00:18:50 +1200 Subject: Add tot(1df) --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d83d3dba..47bb3891 100644 --- a/Makefile +++ b/Makefile @@ -72,6 +72,7 @@ all : bin/han \ bin/sd2u \ bin/slsf \ bin/su2d \ + bin/tot \ bin/unf \ git/gitconfig \ gnupg/gpg.conf \ @@ -85,6 +86,7 @@ clean distclean : bin/sd2u \ bin/slsf \ bin/su2d \ + bin/tot \ bin/unf \ games/acq \ games/kvlt \ @@ -169,7 +171,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 : bin/han bin/sd2u bin/su2d bin/unf check-bin install-bin-man +install-bin : bin/han bin/sd2u bin/su2d bin/tot bin/unf check-bin install-bin-man install -m 0755 -d -- "$(HOME)"/.local/bin for name in bin/* ; do \ [ -x "$$name" ] || continue ; \ -- cgit v1.2.3