Skip to content

Commit 0edbb65

Browse files
committed
Remove sync deps from Makefile
1 parent 4d115eb commit 0edbb65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ fmtcheck:
2020
importscheck:
2121
"$(CURDIR)/scripts/goimportscheck.sh"
2222

23-
2423
staticcheck:
2524
"$(CURDIR)/scripts/staticcheck.sh"
2625

@@ -50,4 +49,4 @@ website/build-local:
5049
# under parallel conditions.
5150
.NOTPARALLEL:
5251

53-
.PHONY: fmtcheck importscheck generate protobuf staticcheck syncdeps website website/local website/build-local
52+
.PHONY: fmtcheck importscheck generate protobuf staticcheck website website/local website/build-local

0 commit comments

Comments
 (0)