@@ -4,11 +4,12 @@ BINARY := barnard
GO ?= go
GOFLAGS ?=
export CGO_CFLAGS += -w -O2
.PHONY: build install uninstall clean fmt vet
build:
$(GO) build $(GOFLAGS) -o $(BINARY) .
@$(GO) build $(GOFLAGS) -o $(BINARY) .
install: build
install -d $(DESTDIR)$(BINDIR)
The note is not visible to the blocked user.