diff options
author | June McEnroe <june@causal.agency> | 2019-07-09 23:47:27 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-07-09 23:47:27 -0400 |
commit | a9c4586213c1d79394d76e3ad6fdb31885d26ccd (patch) | |
tree | 8fbae5150cf944380fd42e6bd7ecc42d45fd56ec /bin/Makefile | |
parent | Add up -c (diff) | |
download | src-a9c4586213c1d79394d76e3ad6fdb31885d26ccd.tar.gz src-a9c4586213c1d79394d76e3ad6fdb31885d26ccd.zip |
Add shotty man page and build it
Diffstat (limited to '')
-rw-r--r-- | bin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile index 322e6c43..52d470f6 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -31,6 +31,7 @@ BINS += psf2png BINS += ptee BINS += scheme BINS += setopt +BINS += shotty BINS += ttpre BINS += up BINS += wake |