From 5015d337e500440e4196995f6b893dae031022f2 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sun, 26 Feb 2023 00:06:32 +0700 Subject: [PATCH] chore: update make --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 898a77d..48b76c6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: all test test-color coverage coverage-cli coverate-html lint format build +.PHONY: all test test-color coverage coverage-cli coverate-html lint format build clean all: go mod tidy