From 8c356fe2b86fe2677a12e426df815cf1e31a56bb Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sun, 26 Feb 2023 00:08:05 +0700 Subject: [PATCH] chore: update make --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 562da3b..9ca842a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: all test-color lint try-4-real +.PHONY: all test-color lint try-4-real build clean all: test-color lint go mod tidy