diff options
author | June McEnroe <june@causal.agency> | 2019-01-26 16:51:18 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-26 16:51:18 -0500 |
commit | ca16fb6771e902bbc3553b3e4e3bb5c3c1aa5e33 (patch) | |
tree | fc3ab7e3e218ffea3feeb49398317f670e4819d0 /bin/Makefile | |
parent | Add back tux to ssh config (diff) | |
download | src-ca16fb6771e902bbc3553b3e4e3bb5c3c1aa5e33.tar.gz src-ca16fb6771e902bbc3553b3e4e3bb5c3c1aa5e33.zip |
Add beef Befunge-93 interpreter
Diffstat (limited to 'bin/Makefile')
-rw-r--r-- | bin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile index 4576de7e..a0487a17 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -24,6 +24,7 @@ BINS += ttpre BINS += wake BINS += xx +BINS_BSD += beef BINS_BSD += wat BINS_LINUX += bri |