fix missing dist dir make issue

This commit is contained in:
2026-07-06 20:41:00 +00:00
parent 8710da338b
commit 0822b9f26c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@
build: clean wfa-js
@echo "======================== Building Binary ======================="
mkdir -p dist
# resolve symbolic links in web by copying it into dist/web/
cp -rL web/ dist/web/
CGO_ENABLED=0 go build -tags release -ldflags="-s -w" -v -o dist/ .