@@ -0,0 +1,13 @@
VERSION := $(shell cat VERSION)
LDFLAGS := -ldflags "-X github.com/yeho/doks/cmd.Version=$(VERSION)"
.PHONY: build install clean
build:
go build $(LDFLAGS) -o doks
install:
go install $(LDFLAGS)
clean:
rm -f doks
The note is not visible to the blocked user.