popup
This commit is contained in:
2
Makefile
2
Makefile
@@ -46,7 +46,7 @@ frontend:
|
||||
## backend: Build le backend Go
|
||||
backend: frontend
|
||||
@echo "Building Go binary..."
|
||||
cd $(BACKEND_DIR) && go build -ldflags -H=windowsgui .
|
||||
cd $(BACKEND_DIR) && go build -o ../../SMaster.exe -ldflags -H=windowsgui .
|
||||
@echo "Backend built successfully"
|
||||
|
||||
## build: Build complet (frontend + backend)
|
||||
|
||||
Reference in New Issue
Block a user