Browse Source

Add a clean target to the erlang.mk Makefile

Loïc Hoguin 9 years ago
parent
commit
a93bb8e342
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Makefile

+ 4 - 0
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