rename cmd

This commit is contained in:
Jeffrey Paul 2020-09-08 15:29:37 -07:00
parent 8aaae1aa9c
commit 33aaaec672
2 changed files with 4 additions and 1 deletions

View File

@ -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