diff options
author | June McEnroe <june@causal.agency> | 2020-05-31 13:12:23 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-05-31 13:12:23 -0400 |
commit | 7daba199347fce96e47b7c59b9c008801f2668ec (patch) | |
tree | 11f8ecaab19045cdf29eecac715b6e09e80f7344 /bin/Makefile | |
parent | Update mdoc source URLs (diff) | |
download | src-7daba199347fce96e47b7c59b9c008801f2668ec.tar.gz src-7daba199347fce96e47b7c59b9c008801f2668ec.zip |
Add c script
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 c170d07b..d9cce459 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -21,6 +21,7 @@ LDLIBS.title = -lcurl BINS += aes BINS += beef BINS += bit +BINS += c BINS += dtch BINS += edit BINS += glitch |