diff options
author | June McEnroe <june@causal.agency> | 2021-09-08 21:58:07 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-09-08 21:59:30 -0400 |
commit | a237a866bba3b7c4618ccef1347c0c01009e66f3 (patch) | |
tree | e853a9b6499977e3ebfc71d24617aeda2fa0e1f3 /bin/Makefile | |
parent | Add repeat and all options to git-comment (diff) | |
download | src-a237a866bba3b7c4618ccef1347c0c01009e66f3.tar.gz src-a237a866bba3b7c4618ccef1347c0c01009e66f3.zip |
Document and install git-comment
Diffstat (limited to 'bin/Makefile')
-rw-r--r-- | bin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile index b3c8adea..9e8d5281 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -13,6 +13,7 @@ BINS += bit BINS += c BINS += dehtml BINS += dtch +BINS += git-comment BINS += glitch BINS += hilex BINS += htagml |