chore: cleanup Makefile

main
sudo pacman -Syu 2023-02-25 23:07:58 +07:00
parent 920db569e2
commit 8876ff1366
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
.PHONY: all test-color lint
all: test-color lint
all:
$(MAKE) test-color
$(MAKE) lint
go mod tidy
test-color: