@@ -18,7 +18,7 @@ BINDIR ?= bin
.PHONY: all
all: $(APP)
$(APP): $(GOSRC)
$(APP): $(GOSRC) $(GOSRC_APP)
go get
go build -o $(APP) $(GOSRC_APP) $(GOSRC_FILES)
The note is not visible to the blocked user.