summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2017-12-28 15:52:03 +0100
committerpacien2017-12-28 15:52:03 +0100
commit4ec302ab3905dca5155c3aa17099c98652ecd443 (patch)
tree605b20ee107ab6d285c608c28971d9a8d559a999
parent193b72a3d5d1fd023fb365396eac3a00431f6bb2 (diff)
downloadmorpher-4ec302ab3905dca5155c3aa17099c98652ecd443.tar.gz
Clean api-doc gen temp data
Signed-off-by: pacien <pacien.trangirard@pacien.net>
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 7726d33..cc29d49 100644
--- a/makefile
+++ b/makefile
@@ -77,6 +77,7 @@ api-doc:
77 77
78clean-api-doc: 78clean-api-doc:
79 $(RM) -r $(DOC_DIR)/api/* 79 $(RM) -r $(DOC_DIR)/api/*
80 $(RM) -r $(DOC_DIR)/gen/Data
80 81
81 82
82##### REPORT 83##### REPORT