mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-13 05:57:55 -04:00
6 lines
142 B
Makefile
6 lines
142 B
Makefile
OUTFILE = ../lib/libSDLdraw.a
|
|
OBJS = src/SDL_draw.o
|
|
CFLAGS = -Iinclude -I. -I../include
|
|
|
|
include $(MENUETDEV)/makefiles/Makefile_for_lib
|