summaryrefslogtreecommitdiff
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 3b2c9ed..69923ff 100644
--- a/Makefile
+++ b/Makefile
@@ -142,7 +142,7 @@ endif
ifdef NOZ80
CFLAGS+=-DNO_Z80
else
-MAINOBJS+= $(Z80OBJS)
+MAINOBJS+= sms.o $(Z80OBJS)
endif
ifeq ($(OS),Windows)