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 ge='this.form.submit();'> dontfiles
summary refs log tree commit diff
path: root/etc/gpl.c (unfollow)
Commit message (Collapse)Author
2020-12-28Add hilex IRC formatterJune McEnroe
2020-12-28Generate Tag tokens for mdoc headingsJune McEnroe
2020-12-28Add mdoc lexerJune McEnroe
2020-12-28Lex strings inside macrosJune McEnroe
2020-12-28Set H_SETUNIQUEJune McEnroe
2020-12-28Add initial version of hilexJune McEnroe