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

6 lines
95 B
Makefile
Raw Normal View History

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