diff options
author | June McEnroe <june@causal.agency> | 2021-02-25 19:45:56 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-02-25 19:45:56 -0500 |
commit | 69c1b1b2acc018fe7342106543de2ca19688b225 (patch) | |
tree | 900d62baf6f7d225a611add31b7349664dd1084a /Makefile | |
parent | Add catsit-watch utility (diff) | |
download | catsit-69c1b1b2acc018fe7342106543de2ca19688b225.tar.gz catsit-69c1b1b2acc018fe7342106543de2ca19688b225.zip |
Add catsit-timer utility
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 573c1f3..2f52b2f 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ RC_SCRIPT = ${UNAME}/catsitd -include config.mk -BINS = catsit-watch +BINS = catsit-timer catsit-watch SBINS = catsit catsitd MAN1 = ${BINS:=.1} MAN5 = catsit.conf.5 |