Explorar o código

address comment

Ehco1996 %!s(int64=2) %!d(string=hai) anos
pai
achega
699fe256d0
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      makefile

+ 1 - 2
makefile

@@ -3,7 +3,7 @@ BACKEND_DIR = .
 
 .PHONY: all build-frontend start-backend
 
-all: start-frontend start-backend
+all: build-frontend start-backend
 
 build-frontend:
 	@echo "Building frontend..."
@@ -12,4 +12,3 @@ build-frontend:
 start-backend:
 	@echo "Starting backend dev server..."
 	@cd $(BACKEND_DIR) && go run main.go &
-