aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 31d6d3a..2610271 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,7 @@ install :
doc : $(MAIN_LUA) $(MOD_LUAS)
mkdir -p $(DOC_DIR)
$(LUADOC) --nofiles -d $(DOC_DIR) $(MAIN_LUA) $(MOD_LUAS)
+ @touch doc
clean :
rm -rf $(DOC_DIR)