mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
9 lines
146 B
Makefile
9 lines
146 B
Makefile
include $(REP_DIR)/ports/sdl_ttf.inc
|
|
|
|
SRC_C = SDL_ttf.c
|
|
LIBS += libc libm freetype sdl
|
|
|
|
vpath %.c $(REP_DIR)/contrib/$(SDL_TTF)
|
|
|
|
SHARED_LIB = yes
|