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

6 lines
101 B
Makefile

TARGET = test-luacxx
LIBS = cxx env luacxx libc libm
SRC_CC = main.cc
vpath main.cc $(PRG_DIR)/..