diff options
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 ./... |
