diff --git a/second/Makefile b/second/Makefile index 6f3c3c9..755986a 100644 --- a/second/Makefile +++ b/second/Makefile @@ -8,8 +8,8 @@ TOP = $(shell pwd) VPATH = $(TOP) CPPFLAGS = -DVERSION="\"$(VERSION)\"" -I$(TOP) -Wa,-I$(TOP) \ $(OPT_CPPFLAGS) -DUSE_CLI -TARGET_CFLAGS = -m68000 -Wa,-m68000 -Os -#TARGET_CFLAGS = -m68020 -Wa,-m68020 -Os +#TARGET_CFLAGS = -m68000 -Wa,-m68000 -Os +TARGET_CFLAGS = -m68020 -Wa,-m68020 -Os CFLAGS = $(OPT_CFLAGS) -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic $(TARGET_CFLAGS) ASFLAGS = LS = ls