opensc/src/Makefile.mak

9 lines
179 B
Makefile

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