Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
dex
Commits
526e0783
Unverified
Commit
526e0783
authored
Aug 03, 2019
by
Nándor István Krácser
Committed by
GitHub
Aug 03, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1509 from venezia/fix-go-lint-v2
Adjusting Makefile so that `golint` will compile
parents
d36e6c26
c54ddc46
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Makefile
Makefile
+2
-1
No files found.
Makefile
View file @
526e0783
...
...
@@ -2,6 +2,7 @@ PROJ=dex
ORG_PATH
=
github.com/dexidp
REPO_PATH
=
$(ORG_PATH)
/
$(PROJ)
export
PATH
:=
$(PWD)
/bin:
$(PATH)
THIS_DIRECTORY
:=
$(
shell
dirname
$
(
realpath
$
(
lastword
$(MAKEFILE_LIST))))
VERSION
?=
$(
shell
./scripts/git-version
)
...
...
@@ -73,7 +74,7 @@ bin/protoc-gen-go:
@
go
install
-v
$(REPO_PATH)
/vendor/github.com/golang/protobuf/protoc-gen-go
bin/golint
:
@
go
install
-v
$(
REPO_PATH
)
/vendor/golang.org/x/lint/golint
@
go
install
-v
$(
THIS_DIRECTORY
)
/vendor/golang.org/x/lint/golint
clean
:
@
rm
-rf
bin/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment