aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Makefile')
-rw-r--r--backend/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/backend/Makefile b/backend/Makefile
index e3ac844..e9bc5a6 100644
--- a/backend/Makefile
+++ b/backend/Makefile
@@ -1,6 +1,5 @@
-.PHONY: fmt
-fmt:
- go fmt ./...
+.PHONY: all
+all: check lint
.PHONY: check
check: