aboutsummaryrefslogtreecommitdiff
path: root/dist/examples/cxx/nmakefile
blob: 110ed183f89dced18b20e31a8bb703b6295634e8 (plain)
1
2
3
4
5
6
7
8
9
dirs = hybrid parser serializer

all:
	@for %i in ( $(dirs) ) do \
@cmd /c "cd %i & $(MAKE) /nologo /f nmakefile"

gen test clean cleanobj:
	@for %i in ( $(dirs) ) do \
@cmd /c "cd %i & $(MAKE) /nologo /f nmakefile $@"