aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 04ebfe4..0f8d22e 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ $(eval $(call goarch_pair,arm64,arm))
72$(eval $(call goarch_pair,mips64,mips)) 72$(eval $(call goarch_pair,mips64,mips))
73$(eval $(call goarch_pair,mips64el,mipsel)) 73$(eval $(call goarch_pair,mips64el,mipsel))
74 74
75all: format vet staticcheck checkmetrics build test $(cross-test) $(test-e2e) 75all: style vet staticcheck checkmetrics build test $(cross-test) $(test-e2e)
76 76
77style: 77style:
78 @echo ">> checking code style" 78 @echo ">> checking code style"