diff --git a/Makefile b/Makefile index 92ea456..23a57b4 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ build: clean @echo "======================== Building Binary =======================" + mkdir -p dist CGO_ENABLED=0 go build -ldflags="-s -w" -v -o dist/ . test: clean