diff --git a/Makefile b/Makefile index f1dc96f..68f47c7 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ MAKEFLAGS += --silent all: build -build: cmd/$(PROJECT) +build: cmd/socks5lb @$(GO) build $(GO_FLAGS) -o ${BINARY} $(SRC) list: