root/releases/opensc-0.8.0/Makefile.mak

Revision 654, 145 bytes (checked in by fabled, 7 years ago)

- Initial support for win32

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1
2SUBDIRS = 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 browser.