summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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