aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f02858c..2a9afd4 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ PLATFORM = unix
DUCKY_OBJ = src/interp.o src/compile.o src/vm.o src/emitc.o
-CFLAGS = -lbsd -lm -Og -g -I src/ -I target/$(PLATFORM)
+CFLAGS = -lm -Og -g -I src/ -I target/$(PLATFORM)
all: $(OUT)/$(PLATFORM).bin