Skip to content

Commit a128c7d

Browse files
authored
Merge pull request #313 from se7entyse7en/osx-win-bin
Modifies Makefile in order to include bin for OSX and Windows
2 parents b664a34 + ab96649 commit a128c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ DEPENDENCIES := \
66
golang.org/x/lint/golint
77
DEPENDENCIES_DIRECTORY := ./vendor
88

9-
PKG_OS = linux
9+
PKG_OS = linux darwin windows
1010

1111
GO_LINTABLE_PACKAGES := $(shell go list ./... | grep -v '/vendor/')
1212
FRONTEND_PATH := ./frontend

0 commit comments

Comments
 (0)