Skip to content

Commit 85f679e

Browse files
committed
Makefile: add all target
1 parent 3a38d4d commit 85f679e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
# ----------------------------------------------------------------------------
77
# target
88

9+
.PHONY: all
10+
all: mod pkg/install
11+
912
# ----------------------------------------------------------------------------
1013
# include
1114

@@ -14,9 +17,11 @@ include hack/make/go.mk
1417
# ----------------------------------------------------------------------------
1518
# overlays
1619

20+
.PHONY: test/gojay
1721
test/gojay: GO_BUILDTAGS+=gojay
1822
test/gojay: test
1923

24+
.PHONY: coverage/ci/gojay
2025
coverage/ci/gojay: GO_BUILDTAGS+=gojay
2126
coverage/ci/gojay: coverage/ci
2227
$(call target)

0 commit comments

Comments
 (0)