diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |