Common release scripts
This commit is contained in:
12
scripts/Makefile
Normal file
12
scripts/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
all: Makefile scripts
|
||||
|
||||
Makefile: .PHONY
|
||||
cp ~/src/go/common/scripts/Makefile .
|
||||
|
||||
scripts: .PHONY
|
||||
cp ~/src/go/common/scripts/{fury-publish,run-goreleaser,download-release} .
|
||||
|
||||
|
||||
.PHONY:
|
Reference in New Issue
Block a user