From 8876ff13664de4bde362919568dd48b8a002f78c Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sat, 25 Feb 2023 23:07:58 +0700 Subject: [PATCH] chore: cleanup Makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 91139c0..f97f0a3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ .PHONY: all test-color lint -all: test-color lint +all: + $(MAKE) test-color + $(MAKE) lint go mod tidy test-color: