kolibrios/programs/emulator/pokemini/freebios/Makefile
Kirill Lipatov (Leency) e1cfde849d upload pokemini source and binary
git-svn-id: svn://kolibrios.org@6577 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-10-07 13:40:46 +00:00

6 lines
203 B
Makefile

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