git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@1 96b47cad-a561-4643-ad3b-153ac7d7599c
7 lines
99 B
Makefile
7 lines
99 B
Makefile
SUBDIRS = ccid virtualsmartcard
|
|
|
|
default: all
|
|
|
|
%:
|
|
for d in $(SUBDIRS); do $(MAKE) $@ -C $$d; done
|