13 lines
185 B
Makefile
13 lines
185 B
Makefile
|
|
||
|
|
||
|
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:
|