Added picc_to_pcsc.
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@7 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
6
picc_to_pcsc/Makefile
Normal file
6
picc_to_pcsc/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
SUBDIRS = ccid picc_to_pcsc virtualsmartcard
|
||||
|
||||
default: all
|
||||
|
||||
%:
|
||||
for d in $(SUBDIRS); do $(MAKE) $@ -C $$d; done
|
||||
Reference in New Issue
Block a user