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

6 lines
83 B
Makefile
Raw Normal View History

2015-01-07 23:23:42 +01:00
TARGET = test-libbz2
LIBS = libbz2
SRC_CC = main.cc
vpath main.cc $(PRG_DIR)/..