diff options
| author | Carlos Martín Nieto <[email protected]> | 2014-06-07 18:33:09 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2014-06-07 18:57:46 +0200 |
| commit | 12a3a1e05c03fdc9767ef62e5ff9e0d677946525 (patch) | |
| tree | 0bcdb684f1aa161dead4eb36cc1644554666fda3 /Makefile | |
| parent | aabeb7f585da1cf966191886eab732db0020a41a (diff) | |
Move the settings into the main git2go
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -2,12 +2,9 @@ default: test build-libgit2: ./script/build-libgit2-static.sh - cat ./vendor/libgit2/libgit2.pc - cat ./vendor/install/lib/pkgconfig/libgit2.pc -test: install build-libgit2 - ./script/with-static.sh go test - ./script/with-less-static.sh go test ./settings +test: build-libgit2 + ./script/with-static.sh go test ./... install: build-libgit2 ./script/with-static.sh go install ./... |
