mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-11 04:55:15 -04:00
6 lines
128 B
Makefile
6 lines
128 B
Makefile
OUTFILE = libSDL_anim.a
|
|
OBJS = anim.o
|
|
CFLAGS = -I$(MENUETDEV)/include/SDL
|
|
|
|
include $(MENUETDEV)/makefiles/Makefile_for_lib
|