mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-11 13:06:43 -04:00
6 lines
123 B
Makefile
6 lines
123 B
Makefile
OUTFILE = ../lib/libSDL_ttf.a
|
|
OBJS = SDL_ttf.o
|
|
CFLAGS = -I../include
|
|
|
|
include $(MENUETDEV)/makefiles/Makefile_for_lib
|