We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703c336 commit a68b04dCopy full SHA for a68b04d
Makefile
@@ -2,7 +2,7 @@ NAME := arduino-timer-cpp17
2
VERSION := $(shell git describe --tags --always --dirty)
3
4
$(NAME)-$(VERSION).zip:
5
- git archive HEAD --prefix=$(@:.zip=)/ --format=zip -o $@
+ git archive HEAD --prefix=$(NAME)/ --format=zip -o $@
6
7
tag:
8
git tag $(VERSION)
0 commit comments