From 670630015c7b13bd039dd29c5aef4eb17aa0b3c2 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 26 Jan 2019 16:51:18 -0500 Subject: Add beef Befunge-93 interpreter --- bin/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/Makefile') 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 -- cgit 1.4.1