genode/repos/libports/src/test/smartcard/target.mk
Christian Prochaska 9d84541e6f libports: add pcsc-lite library
Fixes #2145
2016-11-08 15:26:29 +01:00

6 lines
94 B
Makefile

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