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 2a9afd4..6df226c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CC = gcc
OUT = build
PLATFORM = unix
-DUCKY_OBJ = src/interp.o src/compile.o src/vm.o src/emitc.o
+DUCKY_OBJ = src/interp.o src/compile.o src/vm.o src/emitc.o src/common.o
CFLAGS = -lm -Og -g -I src/ -I target/$(PLATFORM)