fix missing dist dir make issue
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
build: clean
|
build: clean
|
||||||
@echo "======================== Building Binary ======================="
|
@echo "======================== Building Binary ======================="
|
||||||
|
mkdir -p dist
|
||||||
CGO_ENABLED=0 go build -ldflags="-s -w" -v -o dist/ .
|
CGO_ENABLED=0 go build -ldflags="-s -w" -v -o dist/ .
|
||||||
|
|
||||||
test: clean
|
test: clean
|
||||||
|
|||||||
Reference in New Issue
Block a user