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

6 lines
94 B
Makefile

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