aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-01-08 19:39:38 -0330
committerSam Anthony <sam@samanthony.xyz>2024-01-08 19:39:38 -0330
commita242a08aaa542ea181e38de20658a067b3e60e1a (patch)
treeeb3e3ced095fc2010402dbae88a1723db7ed654b /Makefile
parent585fbf852c1e76470df42ebe99ede62440ce19d9 (diff)
downloadvolute-a242a08aaa542ea181e38de20658a067b3e60e1a.zip
refactor compressor parsing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 3 insertions, 9 deletions
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 .