opensc/src/Makefile.mak
2002-12-17 16:00:40 +00:00

9 lines
212 B
Makefile

SUBDIRS = include common scconf libopensc tests scrandom pkcs15init pkcs11 tools
all::
all depend install clean::
@for %i in ( $(SUBDIRS) ) do \
@cmd /c "cd %i && $(MAKE) /nologo /f Makefile.mak $@"