aboutsummaryrefslogtreecommitdiff
path: root/dist/nmakefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-21 08:08:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-21 08:08:53 +0200
commit4960bf9dcfa58bb18c90d69351d21223f47604c9 (patch)
tree55549ca9d0dc8c16b7826461eb36668d5551676b /dist/nmakefile
parent45acf3694bc4d111fc27310e64a3f9b2866f4822 (diff)
Add gen and cleanobj targets to libxsde and root makefiles
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 $@"