rename cmd
This commit is contained in:
parent
8aaae1aa9c
commit
33aaaec672
5
Makefile
5
Makefile
@ -23,7 +23,10 @@ ifneq ($(UNAME_S),Darwin)
|
|||||||
GOFLAGS = -ldflags "-linkmode external -extldflags -static $(GOLDFLAGS)"
|
GOFLAGS = -ldflags "-linkmode external -extldflags -static $(GOLDFLAGS)"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
default: ./$(FN)
|
default: docker-build
|
||||||
|
|
||||||
|
docker-build:
|
||||||
|
docker build -t sneak/sco .
|
||||||
|
|
||||||
go-get:
|
go-get:
|
||||||
cd cmd/$(FN) && go get -v
|
cd cmd/$(FN) && go get -v
|
||||||
|
Loading…
Reference in New Issue
Block a user