summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2015-07-03 15:40:37 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2015-07-03 15:40:41 +0100
commit6cd68b43cd255601445832017387eb5b950f3e3b (patch)
tree348a384e38c12c4e71bf57c8c398071b01184ddd /Makefile
parent88cd841fb0ec8901360cbde5384ed49207033774 (diff)
downloadclod-6cd68b43cd255601445832017387eb5b950f3e3b.tar.gz
Initial bits for ldoc
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 .