Makefile 172 Bytes
Newer Older
Jeromy's avatar
Jeromy committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
GO15VENDOREXPERIMENT=1

all: install

gx:
	go get github.com/whyrusleeping/gx
	go get github.com/whyrusleeping/gx-go

dep: gx
	gx install

test: 
	go test -race -cpu=5 -v