From 6057208b502fd321165174deb354b9b31da0879a Mon Sep 17 00:00:00 2001 From: Mohammed Sohail Date: Thu, 3 Oct 2024 10:43:28 +0300 Subject: [PATCH] fix: Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5442ada..6e23cdc 100644 --- a/Makefile +++ b/Makefile @@ -21,4 +21,4 @@ run-bootstrap: ${BUILD_CONF} ${DEBUG} go run cmd/bootstrap/main.go run: - ${BUILD_CONF} ${DEBUG} go run cmd/service/main.go \ No newline at end of file + ${BUILD_CONF} ${DEBUG} go run cmd/service/*.go \ No newline at end of file