diff --git a/Makefile b/Makefile index 92d3dbd0..22ead953 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ Minversion := $(shell date) BUILD_PAR = -ldflags "-X main.Version=$(VERSION)" #-race all: - $(GC) $(BUILD_PAR) main.go + $(GC) $(BUILD_PAR) -o node main.go $(GC) $(BUILD_PAR) nodectl.go format: