From e0a90c2ad74c2b4113fe54d78889a95be8793b5e Mon Sep 17 00:00:00 2001 From: Peisong Xiao Date: Tue, 14 Oct 2025 02:27:28 -0400 Subject: [PATCH] fortified makefile --- backend/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Makefile b/backend/Makefile index b481770..9ece576 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -1,5 +1,5 @@ build: - mkdir -p bin && go build -o bin/mind ./cmd/mind + mkdir -p bin && go build -o bin/mind main.go run: build DB_DSN="user:pass@tcp(localhost:3306)/mind?parseTime=true" \