aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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 .