Commit 92ed961f by Ehco1996

address comment

parent 88542753
...@@ -3,7 +3,7 @@ BACKEND_DIR = . ...@@ -3,7 +3,7 @@ BACKEND_DIR = .
.PHONY: all build-frontend start-backend .PHONY: all build-frontend start-backend
all: start-frontend start-backend all: build-frontend start-backend
build-frontend: build-frontend:
@echo "Building frontend..." @echo "Building frontend..."
...@@ -12,4 +12,3 @@ build-frontend: ...@@ -12,4 +12,3 @@ build-frontend:
start-backend: start-backend:
@echo "Starting backend dev server..." @echo "Starting backend dev server..."
@cd $(BACKEND_DIR) && go run main.go & @cd $(BACKEND_DIR) && go run main.go &
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment