common/scripts/Makefile

13 lines
185 B
Makefile
Raw Normal View History

2023-07-09 00:39:36 +00:00
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: