Skip to content

Commit

Permalink
modified: Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Nov 9, 2016
1 parent 52a499b commit 69e5aad
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
Expand Up @@ -10,7 +10,7 @@ get:
${GO} get

build: get
# ${GO} get -u gopkg.in/yaml.v2;
${GO} get -u gopkg.in/yaml.v2;
${GO} build -ldflags "-X main.version=${VERSION}" -o ${BIN_NAME} cmd/parser/main.go;

clean:
Expand Down

0 comments on commit 69e5aad

Please sign in to comment.