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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.