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 | fb7ce38ce123dd7f078123bfad6a1a597c18569c (patch) | |
tree | 19077631d20668de7440ab66820e07274fe338c2 /bin/Makefile | |
parent | Remove wake (diff) | |
download | src-fb7ce38ce123dd7f078123bfad6a1a597c18569c.tar.gz src-fb7ce38ce123dd7f078123bfad6a1a597c18569c.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 |