2023-07-09 00:39:36 +00:00
|
|
|
|
|
|
|
|
|
|
|
all: Makefile scripts
|
|
|
|
|
|
|
|
Makefile: .PHONY
|
2023-11-15 14:28:41 +00:00
|
|
|
cp ~/src/go/ntp/common/scripts/Makefile .
|
2023-07-09 00:39:36 +00:00
|
|
|
|
|
|
|
scripts: .PHONY
|
2023-11-15 14:28:41 +00:00
|
|
|
cp ~/src/go/ntp/common/scripts/{fury-publish,run-goreleaser,download-release} .
|
2023-07-09 00:39:36 +00:00
|
|
|
|
|
|
|
|
|
|
|
.PHONY:
|