From 18b73f2fbede49503bf876d4213e00350617f093 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sun, 26 Feb 2023 00:09:09 +0700 Subject: [PATCH] chore: update make --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dbbf9fa..76984c3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: all test-color lint +.PHONY: all test-color lint format build clean all: go mod tidy