summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2012-10-05 13:00:45 +0100
committerReuben Thomas <rrt@sc3d.org>2012-10-05 13:00:45 +0100
commit064c1f4533a4f21e3e2ab5f591851052424af9c6 (patch)
tree77323a5dbcd56a5a490a6b00089099465c9c452d
parent2d3a182f8c128d2e972734493c445b1a5ef5f635 (diff)
downloadlrexlib-064c1f4533a4f21e3e2ab5f591851052424af9c6.tar.gz
Makefile: fix a typo
-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)