forked from KolibriOS/kolibrios
6 lines
154 B
Makefile
6 lines
154 B
Makefile
|
CFLAGS = -DINLINE=__inline -I. -I$(MENUETDEV)/include/SDL
|
||
|
OUTFILE = libSDL_flic.a
|
||
|
OBJS = SDL_flic.o
|
||
|
|
||
|
include $(MENUETDEV)/makefiles/Makefile_for_lib
|