From 0752287a116694752c414e247c1c327d17298f32 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 5 Feb 2019 02:07:53 -0500 Subject: Add aes Okay this should really be aes(6) but I don't feel like adding back MAN6 in the Makefile. --- bin/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/Makefile') 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 -- cgit 1.4.1