github.com/derekparker/go-pear@v1.3.2/Makefile (about)

     1  prepare:
     2  	- git clone git://github.com/libgit2/git2go.git $(GOPATH)/src/github.com/libgit2/git2go
     3  	cd $(GOPATH)/src/github.com/libgit2/git2go && git checkout origin/make-static && git submodule update --init && make install
     4  
     5  build:
     6  	go build -o pear
     7  
     8  test:
     9  	go test