diff --git a/Makefile b/Makefile index b3b6ba2..ead1040 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ dev-frontend: dev-backend: @echo "Starting backend dev server..." - cd $(BACKEND_DIR) && USE_EMBEDDED=false go run ./cmd/server + USE_EMBEDDED=false go run ./$(BACKEND_DIR)/cmd/server # Clean build artifacts clean: