kolibrios/programs/emulator/pokemini/freebios/Makefile

6 lines
203 B
Makefile
Raw Normal View History

OUTFILE = noout
OBJS = freebios.o
CFLAGS = -Os -DNOTPSP -DFRAMELIMIT -DNODEBUG -DNO_SNPRINTF -DKOLIBRI -I/home/hatsune/menuetos/include/SDL
LIBS = -lm
include $(MENUETDEV)/makefiles/Makefile_for_program