Skip to content

Commit 500fb63

Browse files
author
Erick Tryzelaar
committed
add ffjson to goser
1 parent 68d2058 commit 500fb63

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

go/Makefile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
all: bench
22

3-
bench: ffjson goser
4-
5-
.PHONY: ffjson goser
6-
7-
ffjson:
8-
env GOPATH=`pwd`/gopath PATH=$$PATH:`pwd`/gopath/bin sh -c 'cd gopath/src/github.com/pquerna/ffjson && make bench'
3+
bench: goser
94

5+
.PHONY: goser
106
goser:
117
cd goser && $(MAKE)

0 commit comments

Comments
 (0)