source: OpenSC/Makefile.mak @ d22a248

Revision d22a248, 151 bytes checked in by aj <aj@…>, 2 years ago (diff)

Header file cleanup.

git-svn-id:  https://www.opensc-project.org/svnp/opensc/trunk@4081 c6295689-39f2-0310-b995-f0e70906c6a9

  • Property mode set to 100644
Line 
1
2SUBDIRS = win32 src
3
4all::
5
6all depend install clean::
7        @for %i in ( $(SUBDIRS) ) do \
8                @cmd /c "cd %i && $(MAKE) /nologo /f Makefile.mak $@"
Note: See TracBrowser for help on using the repository browser.