@@ -23,7 +23,10 @@ ifneq ($(UNAME_S),Darwin)
GOFLAGS = -ldflags "-linkmode external -extldflags -static $(GOLDFLAGS)"
endif
default: ./$(FN)
default: docker-build
docker-build:
docker build -t sneak/sco .
go-get:
cd cmd/$(FN) && go get -v
The note is not visible to the blocked user.