update a lot

This commit is contained in:
2026-05-19 13:56:13 +04:00
parent 5863574a78
commit 99d28c2114
6 changed files with 64 additions and 35 deletions

View File

@@ -36,6 +36,9 @@ build-backend:
mkdir -p bin
cd backend && $(GO) build -o ../bin/shooting-event .
build-backend-amd64:
mkdir -p bin
cd backend && GOARCH=amd64 GOOS=linux $(GO) build -o ../bin/shooting-event-amd64 .
build: build-frontend
rm -rf backend/web
mkdir -p backend/web