Skip to content

Commit 717789c

Browse files
committed
add sudo to Makefile
1 parent 8e32ebc commit 717789c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ release:
5959
@if git rev-parse "v$(VERSION)" >/dev/null 2>&1; then \
6060
echo "error: tag v$(VERSION) already exists"; exit 1; \
6161
fi
62-
$(MAKE) install
62+
sudo $(MAKE) install VERSION=$(VERSION)
6363
git tag v$(VERSION)
6464
git push origin main --tags
6565
@echo "released strlib v$(VERSION)"

0 commit comments

Comments
 (0)