fix missing dist dir make issue

This commit is contained in:
2026-07-06 20:42:54 +00:00
parent c449618012
commit 05e9f017db
+1
View File
@@ -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