diff options
author | June McEnroe <june@causal.agency> | 2019-02-05 02:07:53 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-02-05 02:07:53 -0500 |
commit | 0f5e4230c306e6468e10283a25ad4e798ea11af5 (patch) | |
tree | 48bb53eb7da659b06919022b3d3ec191ae652aa6 /bin/Makefile | |
parent | Set nvim Directory back to blue (diff) | |
download | src-0f5e4230c306e6468e10283a25ad4e798ea11af5.tar.gz src-0f5e4230c306e6468e10283a25ad4e798ea11af5.zip |
Add aes
Okay this should really be aes(6) but I don't feel like adding back MAN6 in the Makefile.
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 a0487a17..619b3f50 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -8,6 +8,7 @@ LDLIBS_cocoa = $(LDLIBS) -framework Cocoa LDLIBS_fb = $(LDLIBS) LDLIBS_x11 = $(LDLIBS) -lX11 +BINS += aes BINS += atch BINS += dtch BINS += glitch |