From a242a08aaa542ea181e38de20658a067b3e60e1a Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 8 Jan 2024 19:39:38 -0330 Subject: refactor compressor parsing --- Makefile | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d92c5fa..a3bf008 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,4 @@ -build: tidy format - go build -run: tidy format - go run . - -format: - gofmt -s -w . - -tidy: +all: go mod tidy + go build + gofmt -l -s -w . -- cgit v1.2.3