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 | bd462306b446e008b6278ef4fce67162f1b7432e (patch) | |
tree | a640ee58e7631a55c7267115a23f2651a955060f /bin/Makefile | |
parent | Update mdoc source URLs (diff) | |
download | src-bd462306b446e008b6278ef4fce67162f1b7432e.tar.gz src-bd462306b446e008b6278ef4fce67162f1b7432e.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 |