summaryrefslogtreecommitdiff
path: root/ooxml-strict
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2010-12-22 10:52:18 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-12-22 10:53:17 +0100
commit587cbda7ff5006356ae0883940a473afa105824b (patch)
tree6dc4f7def708e057975d553fb8e36185eca7f743 /ooxml-strict
parente52811c8c0b5c458e2b6d79d053590c99e264b32 (diff)
Also cleanup the generated files
Diffstat (limited to 'ooxml-strict')
-rwxr-xr-xooxml-strict/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ooxml-strict/Makefile b/ooxml-strict/Makefile
index 67eb7d7..229bdb2 100755
--- a/ooxml-strict/Makefile
+++ b/ooxml-strict/Makefile
@@ -8,7 +8,7 @@ TMP=tmp
ALL:generate
clean:
- $(RM) dml pml wml sml props
+ $(RM) dml pml wml sml props $(TMP)
download:
$(ECHO) "Getting Pyxb"