summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9160589..9ea2448 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ install: rockspecs
rockspecs:
rm -f *.rockspec
- $(LUA) mkrockspecs.lua $(VERSION)
+ $(LUA) mkrockspecs.lua $(PROJECT) $(VERSION)
doc/index.txt: README.rst
$(CP) $< $@