diff options
author | June McEnroe <june@causal.agency> | 2019-08-28 17:13:16 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-08-28 17:13:16 -0400 |
commit | 21878fc139bd39bfb476f2c6f76ca9b0c15d6ec8 (patch) | |
tree | 85f6ad387ac10524177f8767cc88c66c18a5679c /bin/Makefile | |
parent | Remove wake (diff) | |
download | src-21878fc139bd39bfb476f2c6f76ca9b0c15d6ec8.tar.gz src-21878fc139bd39bfb476f2c6f76ca9b0c15d6ec8.zip |
Use rand(3) in beef
Diffstat (limited to 'bin/Makefile')
-rw-r--r-- | bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile index 7bffb1f9..bf096907 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -19,6 +19,7 @@ LDLIBS_x11 = ${LDLIBS} -lX11 -include config.mk BINS_ANY += aes +BINS_ANY += beef BINS_ANY += bit BINS_ANY += dtch BINS_ANY += glitch @@ -42,7 +43,6 @@ LINKS_ANY += open LINKS_ANY += pbcopy LINKS_ANY += pbpaste -BINS_BSD += beef BINS_BSD += wat BINS_GFX += brot |