aboutsummaryrefslogtreecommitdiff
path: root/dist/nmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'dist/nmakefile')
-rw-r--r--dist/nmakefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/dist/nmakefile b/dist/nmakefile
index 0a17809..03dbab7 100644
--- a/dist/nmakefile
+++ b/dist/nmakefile
@@ -4,10 +4,7 @@ all:
@for %i in ( $(dirs) ) do \
@cmd /c "cd %i & $(MAKE) /nologo /f nmakefile"
-test:
+gen test clean cleanobj:
@for %i in ( $(dirs) tests ) do \
@cmd /c "cd %i & $(MAKE) /nologo /f nmakefile $@"
-clean:
- @for %i in ( $(dirs) tests ) do \
-@cmd /c "cd %i & $(MAKE) /nologo /f nmakefile $@"