diff --git a/libstream/Makefile b/libstream/Makefile index a1055ec..15fff62 100644 --- a/libstream/Makefile +++ b/libstream/Makefile @@ -5,7 +5,8 @@ TOP = $(shell pwd) VPATH=$(TOP) -CFLAGS = -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic -g -O2 -m68000 -Wa,-m68000 -Os +CFLAGS = -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic -g -O2 -Os +#-m68000 -Wa,-m68000 CPPFLAGS = -I$(TOP)/../libmacos -I$(TOP) -I$(TOP)/../libgzip LIBRARIES = hard/libstream.a floppy/libstream.a