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 $@"
9