aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-07 23:49:30 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-07 23:49:30 +1300
commiteb48a2254b480764e1ab427f98a13262b3479002 (patch)
tree5586803ae0154e548dc284aae8b42e1b2d5961aa /Makefile
parentPrevent getopts call in tree() panicking (diff)
downloaddotfiles-eb48a2254b480764e1ab427f98a13262b3479002.tar.gz
dotfiles-eb48a2254b480764e1ab427f98a13262b3479002.zip
Add sec(1df)
Might extend this later to do stuff like 1w3d2m0s
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3f48b8d9..ee70f91a 100644
--- a/Makefile
+++ b/Makefile
@@ -77,6 +77,7 @@ all : bin/csmw \
bin/rfct \
bin/rndi \
bin/sd2u \
+ bin/sec \
bin/slsf \
bin/su2d \
bin/tot \
@@ -97,6 +98,7 @@ clean distclean :
bin/rfct \
bin/rndi \
bin/sd2u \
+ bin/sec \
bin/slsf \
bin/su2d \
bin/tot \
@@ -188,8 +190,8 @@ install-bash-completion : install-bash
install -pm 0644 -- bash/bash_completion.d/* "$(HOME)"/.bash_completion.d
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/slsf bin/su2d bin/tot bin/unf \
- install-bin-man
+ bin/mode bin/rfct bin/rndi bin/sd2u bin/sec bin/slsf bin/su2d bin/tot \
+ bin/unf install-bin-man
install -m 0755 -d -- "$(HOME)"/.local/bin
for name in bin/* ; do \
[ -x "$$name" ] || continue ; \