genode/repos/libports/src/test/libports/libbz2/target.mk

6 lines
83 B
Makefile

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