diff options
author | June McEnroe <june@causal.agency> | 2022-01-30 17:35:51 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-01-30 17:35:51 -0500 |
commit | 9c3e37970ab2943d4139ee67a32d9eb4fd91ce16 (patch) | |
tree | 8a4d5d6ef68297da785ca137586ce5c6ef4bc94a /bin/Makefile | |
parent | Allow arguments to nasd script (diff) | |
download | src-9c3e37970ab2943d4139ee67a32d9eb4fd91ce16.tar.gz src-9c3e37970ab2943d4139ee67a32d9eb4fd91ce16.zip |
Add enc
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 8b7de4b9..5d23ab3c 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -13,6 +13,7 @@ BINS += bit BINS += c BINS += dehtml BINS += dtch +BINS += enc BINS += git-comment BINS += glitch BINS += hilex |