summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-06-17 17:47:54 -0400
committerJune McEnroe <june@causal.agency>2020-06-17 17:47:54 -0400
commitde5fcd992bc512aa953dd2b423d4b8bbc88889fd (patch)
treed31fbc3e9c580bfd12ce1b22bdbef3de2240690d /bin/Makefile
parentFix doas check (diff)
downloadsrc-de5fcd992bc512aa953dd2b423d4b8bbc88889fd.tar.gz
src-de5fcd992bc512aa953dd2b423d4b8bbc88889fd.zip
Remove aes
Diffstat (limited to '')
-rw-r--r--bin/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile
index d9cce459..09ec952e 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -18,7 +18,6 @@ LDLIBS.title = -lcurl
 
 -include config.mk
 
-BINS += aes
 BINS += beef
 BINS += bit
 BINS += c
src/commit/bin/man1/hilex.1?id=f44f549f0caf9bcf41c68c9fdd694b36adace996&follow=1'>Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe