From 83186437359615fd0e41e70e8beefb50cae661c4 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sun, 18 May 2025 11:40:04 +0900 Subject: [PATCH] changed the recipe name from test to check in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c62ca94..7b3d4c6 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ clean: go clean -x -i rm -f $(NAME) $(NAME).debug -test: +check: go test -x hodu.pb.go: hodu.proto