aboutsummaryrefslogtreecommitdiff
path: root/dist/nmakefile
blob: f532175ccd8590909f259842dbd762e6d6960859 (plain)
1
2
3
4
5
6
7
8
9
dirs = libxsde examples

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

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