diff --git a/Makefile b/Makefile index 72f3306..0503433 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/cmd/bot/main.go b/cmd/sco/main.go similarity index 100% rename from cmd/bot/main.go rename to cmd/sco/main.go