summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-08-28 17:13:16 -0400
committerJune McEnroe <june@causal.agency>2019-08-28 17:13:16 -0400
commit21878fc139bd39bfb476f2c6f76ca9b0c15d6ec8 (patch)
tree85f6ad387ac10524177f8767cc88c66c18a5679c /bin/Makefile
parentRemove wake (diff)
downloadsrc-21878fc139bd39bfb476f2c6f76ca9b0c15d6ec8.tar.gz
src-21878fc139bd39bfb476f2c6f76ca9b0c15d6ec8.zip
Use rand(3) in beef
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile2
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
9 23:38:11 -0500'>2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe Otherwise the "id" in "void" matches for "void id". 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support 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