summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e0d9205..cdac100 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ release:
git tag -a -m "Release tag" rel-`echo $(VERSION) | sed -e 's/\./-/g'` && \
git push && git push --tags && \
woger github $(WOGER_ARGS) && \
- for i in $(REGNAMES); do
+ for i in $(REGNAMES); do \
LUAROCKS_CONFIG=luarocks-config.lua luarocks --tree=luarocks build $$i; \
done && \
woger lua $(WOGER_ARGS)