genode/libports/src/test/libports/sdl_ttf/target.mk

6 lines
90 B
Makefile

TARGET = test-sdl_ttf
LIBS = libc sdl_ttf
SRC_CC = main.cc
vpath main.cc $(PRG_DIR)/..