mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-10 12:30:53 -04:00
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
|