!INCLUDE ..\build\win32\make.msc SUBDIRS=null_echo rot13 ALL: dirs dirs: for %d in ($(SUBDIRS)) do nmake -nologo -f makefile.msc sub-one THIS=%d TARGET=all sub-one: cd $(THIS) @nmake -nologo -f makefile.msc $(TARGET) @cd ..