summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 919c561..a707250 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ LUA := LUA_PATH="$(shell pwd)/lib/?.lua;$(shell pwd)/extras/luacov/src/?.lua;;"
clean:
$(RM) luacov.report.out luacov.stats.out
+ $(RM) -r html
distclean: clean
find . -name "*~" -delete
@@ -45,3 +46,6 @@ test:
.PHONY: interactive
interactive:
$(LUA) -e'clod=require"clod"' -i
+
+doc:
+ @ldoc .