source:
trunk/Makefile.mak
@
147
| Revision 147, 210 bytes checked in by alonbl, 4 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | |
| 2 | SUBDIRS = src |
| 3 | |
| 4 | all:: |
| 5 | |
| 6 | all:: config.h |
| 7 | |
| 8 | config.h: winconfig.h |
| 9 | @copy /y winconfig.h config.h |
| 10 | |
| 11 | all depend install clean:: |
| 12 | @for %i in ( $(SUBDIRS) ) do \ |
| 13 | @cmd /c "cd %i && $(MAKE) /nologo /f Makefile.mak $@" |
Note: See TracBrowser
for help on using the repository browser.
