#For production: #CFLAGS = -Wall -fPIC -O3 -include ../config.h CFLAGS = -Wall -Wno-unused -fPIC -include ../config.h CC = m68k-pic-coff-gcc #For emulation (yet not working) #CC = gcc -DEMULACION COMPILE = $(CC) $(CFLAGS) -c