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