aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-09-17 19:50:09 +0200
committerLoïc Hoguin <[email protected]>2015-09-17 19:50:09 +0200
commita93bb8e3428f4a313d1452bfccc0a68f92952635 (patch)
tree8c30aca5e8a28936440d0715c23ef7a7aeb6e119 /Makefile
parent127426e78657e8faa1194f8fa0fd5084be7fed1d (diff)
downloaderlang.mk-a93bb8e3428f4a313d1452bfccc0a68f92952635.tar.gz
erlang.mk-a93bb8e3428f4a313d1452bfccc0a68f92952635.tar.bz2
erlang.mk-a93bb8e3428f4a313d1452bfccc0a68f92952635.zip
Add a clean target to the erlang.mk Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 625a38e..3e7364a 100644
--- a/Makefile
+++ b/Makefile
@@ -32,5 +32,9 @@ check:
$(MAKE) -C test pkg-$(p)
endif
+clean:
+ $(MAKE) -C test clean
+ rm -rf doc/guide.pdf doc/html
+
docs:
$(MAKE) -f core/core.mk -f core/docs.mk -f plugins/asciidoc.mk asciidoc