Skip to content

Commit

Permalink
Fix build failure because of #6
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuki committed Feb 9, 2017
1 parent d2f4709 commit 68d211a
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 @@ -6,7 +6,7 @@ yacc: deps
go tool yacc -o parser/parser.go -v parser/parser.output parser/parser.go.y

build: yacc
go build -o $(BIN) ./cmd
go build -o $(BIN) ./cmd/...

buildlinux: yacc
GOOS=linux GOARCH=amd64 make build
Expand Down

0 comments on commit 68d211a

Please sign in to comment.