From a93bb8e3428f4a313d1452bfccc0a68f92952635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 17 Sep 2015 19:50:09 +0200 Subject: Add a clean target to the erlang.mk Makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3