diff --git a/Makefile b/Makefile index f4dd0549d..256f44496 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,7 @@ -#@IgnoreInspection BashAddShebang - BINARY=sonic-server -SOURCES := $(shell find . -name '*.go') - -all: $(BINARY) - -$(BINARY): $(SOURCES) - go build +build: + go build -x ${BINARY} .PHONY: clean clean: