mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-16 03:42:35 +03: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
|