aboutsummaryrefslogtreecommitdiff
path: root/dist/nmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'dist/nmakefile')
-rw-r--r--dist/nmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/nmakefile b/dist/nmakefile
index 146acc6..575cc93 100644
--- a/dist/nmakefile
+++ b/dist/nmakefile
@@ -9,9 +9,9 @@ test:
@cmd /c "echo entering %i && cd %i && $(MAKE) /nologo /f nmakefile $@" || exit 1
gen:
- @for %i in ( $(dirs) tests ) do \
+ @for %i in ( $(dirs) ) do \
@cmd /c "echo entering %i && cd %i && $(MAKE) /nologo /f nmakefile $@" || exit 1
clean cleanobj:
- @for %i in ( $(dirs) tests ) do \
+ @for %i in ( $(dirs) ) do \
@cmd /c "echo entering %i && cd %i && $(MAKE) /nologo /f nmakefile $@"