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

6 lines
84 B
Makefile

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