Skip to content

Commit bb85aae

Browse files
committed
Add darwin to Makefile
Signed-off-by: apostasie <[email protected]>
1 parent 63119fd commit bb85aae

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Makefile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ lint-go-all:
136136
@cd $(MAKEFILE_DIR) \
137137
&& GOOS=linux make lint-go \
138138
&& GOOS=windows make lint-go \
139-
&& GOOS=freebsd make lint-go
139+
&& GOOS=freebsd make lint-go \
140+
&& GOOS=darwin make lint-go
140141
$(call footer, $@)
141142

142143
lint-yaml:
@@ -179,8 +180,9 @@ lint-licenses-all:
179180
$(call title, $@)
180181
@cd $(MAKEFILE_DIR) \
181182
&& GOOS=linux make lint-licenses \
183+
&& GOOS=windows make lint-licenses \
182184
&& GOOS=freebsd make lint-licenses \
183-
&& GOOS=windows make lint-licenses
185+
&& GOOS=darwin make lint-go
184186
$(call footer, $@)
185187

186188
##########################
@@ -196,8 +198,9 @@ fix-go-all:
196198
$(call title, $@)
197199
@cd $(MAKEFILE_DIR) \
198200
&& GOOS=linux make fix-go \
201+
&& GOOS=windows make fix-go \
199202
&& GOOS=freebsd make fix-go \
200-
&& GOOS=windows make fix-go
203+
&& GOOS=darwin make lint-go
201204
$(call footer, $@)
202205

203206
fix-mod:

0 commit comments

Comments
 (0)