Skip to content

Commit

Permalink
Changed Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericlemoine committed Jan 12, 2018
1 parent ba90dc4 commit a53956a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEP_EXECUTABLE := dep
DEP_EXECUTABLE := ${GOPATH}/bin/dep
GO_EXECUTABLE := go
VERSION := $(shell git describe --abbrev=10 --dirty --always --tags)
DIST_DIRS := find * -type d -exec
Expand Down

0 comments on commit a53956a

Please sign in to comment.