diff options
author | June McEnroe <june@causal.agency> | 2021-09-07 16:53:43 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-09-07 16:53:43 -0400 |
commit | a64fd47f6196f769f19a205885a8ca5a4a0388c5 (patch) | |
tree | e7f362c7ec69a84d0bd431fab2b874cbc8115192 /bin/Makefile | |
parent | Show about path in page title (diff) | |
download | src-a64fd47f6196f769f19a205885a8ca5a4a0388c5.tar.gz src-a64fd47f6196f769f19a205885a8ca5a4a0388c5.zip |
Add dehtml
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 14ad94eb..b3c8adea 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -11,6 +11,7 @@ BINS += beef BINS += bibsort BINS += bit BINS += c +BINS += dehtml BINS += dtch BINS += glitch BINS += hilex |