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 b72df8e..1b0ae76 100644
--- a/Makefile
+++ b/Makefile
@@ -100,3 +100,7 @@ test: build testwrapper
.PHONY: interactive
interactive: build
$(LUA) -e'lace=require"supple"' -i
+
+doc:
+ @ldoc .
+