Skip to content

Commit 1bd57d0

Browse files
committed
Makefile: unify vars declaration
1 parent 3f2bf80 commit 1bd57d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ clean:
2121
rm -f ${DIST}.tar.gz
2222

2323
release:
24-
git tag -a v$(VERSION) -m v$(VERSION)
24+
git tag -a v${VERSION} -m v${VERSION}
2525

2626
dist: clean
2727
git archive --format=tar.gz -o ${DIST}.tar.gz --prefix=${DIST}/ HEAD

0 commit comments

Comments
 (0)