From b0c6cfbf6298fbf41ea404774df7834d40ccfb19 Mon Sep 17 00:00:00 2001 From: Peisong Xiao Date: Tue, 14 Oct 2025 02:28:44 -0400 Subject: [PATCH] fortified makefile --- backend/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Makefile b/backend/Makefile index 9ece576..a76c38f 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -6,4 +6,4 @@ run: build JWT_SECRET="devsecret" PORT=8080 ./bin/mind migrate: - go run ./cmd/mind --migrate + go run main.go --migrate