summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2013-01-08 19:37:20 +0000
committerReuben Thomas <rrt@sc3d.org>2013-01-08 19:37:20 +0000
commitcfea1d4d31737b61ff838e7567b36ca990d30ce8 (patch)
tree3048cd438300d462a92300870889fd71f3c6ab21
parentd2db8f840b10d86397082150dae04e613ed23f98 (diff)
downloadlrexlib-cfea1d4d31737b61ff838e7567b36ca990d30ce8.tar.gz
Makefile: fix a variable expansion
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ed761ec..ec1f219 100644
--- a/Makefile
+++ b/Makefile
@@ -50,5 +50,5 @@ release: check
git tag -a -m "Release tag" rel-`echo $(VERSION) | sed -e 's/\./-/g'` && \
git push && git push --tags && \
$(MAKE) build LUAROCKS_COMMAND=build && \
- woger lua package=$(PROJECT) package_name=$(PROJECT) version=$(VERSION) description="Lua binding for regex libraries" notes=release-notes home="https://github.com/rrthomas/$PROJECT"
+ woger lua package=$(PROJECT) package_name=$(PROJECT) version=$(VERSION) description="Lua binding for regex libraries" notes=release-notes home="https://github.com/rrthomas/$(PROJECT)"
rm -f release-notes