diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -142,7 +142,7 @@ endif ifdef NOZ80 CFLAGS+=-DNO_Z80 else -MAINOBJS+= $(Z80OBJS) +MAINOBJS+= sms.o $(Z80OBJS) endif ifeq ($(OS),Windows) |