aboutsummaryrefslogtreecommitdiff
path: root/dist/examples/cxx/parser/library/nmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'dist/examples/cxx/parser/library/nmakefile')
-rw-r--r--dist/examples/cxx/parser/library/nmakefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/dist/examples/cxx/parser/library/nmakefile b/dist/examples/cxx/parser/library/nmakefile
index 42d2a71..21ffebd 100644
--- a/dist/examples/cxx/parser/library/nmakefile
+++ b/dist/examples/cxx/parser/library/nmakefile
@@ -40,6 +40,11 @@ library-pskel.hxx library-pskel.cxx: library.xsd library.map
--type-map library.map library.xsd
+# Generate.
+#
+gen: library-pskel.hxx
+
+
# Test.
#
test: driver.exe library.xml
@@ -48,6 +53,8 @@ test: driver.exe library.xml
# Clean.
#
-clean:
- -del library-pskel.?xx $(impl).obj library-pskel.obj driver.obj driver.exe
+cleanobj:
+ -del $(impl).obj library-pskel.obj driver.obj driver.exe
+clean: cleanobj
+ -del library-pskel.?xx