summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2015-07-03 15:15:31 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2015-07-03 15:15:31 +0100
commitabd9c9de25fc2b13535f7362ef9fe79665573825 (patch)
treea3051081f86637b3d7626ec7d37b3b101b19a339
parent876092399f8cf0b11d2cfba101496ee048a8c1e7 (diff)
downloadsupple-abd9c9de25fc2b13535f7362ef9fe79665573825.tar.gz
Also clean html docs
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1b0ae76..3f6d2fd 100644
--- a/Makefile
+++ b/Makefile
@@ -77,6 +77,7 @@ clean:
$(RM) luacov.report.out luacov.stats.out
$(RM) $(CMOD_TARGETS) $(CMOD_OBJECTS)
$(RM) wrapper testwrapper
+ $(RM) -r html
distclean: clean
find . -name "*~" -delete