forked from TrueCloudLab/certificates
forgot to add make target
This commit is contained in:
parent
464d1d4255
commit
47eed2b914
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -303,7 +303,7 @@ artifacts-archive-tag:
|
||||||
$Q mkdir -p $(RELEASE)
|
$Q mkdir -p $(RELEASE)
|
||||||
$Q git archive v$(VERSION) | gzip > $(RELEASE)/step-certificates.tar.gz
|
$Q git archive v$(VERSION) | gzip > $(RELEASE)/step-certificates.tar.gz
|
||||||
|
|
||||||
artifacts-tag: artifacts-linux-tag artifacts-darwin-tag
|
artifacts-tag: artifacts-linux-tag artifacts-darwin-tag artifacts-archive-tag
|
||||||
|
|
||||||
.PHONY: artifacts-linux-tag artifacts-darwin-tag artifacts-archive-tag artifacts-tag
|
.PHONY: artifacts-linux-tag artifacts-darwin-tag artifacts-archive-tag artifacts-tag
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue