diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -5,8 +5,9 @@ build-libgit2: cat ./vendor/libgit2/libgit2.pc cat ./vendor/install/lib/pkgconfig/libgit2.pc -test: build-libgit2 - ./script/with-static.sh go test ./... +test: install build-libgit2 + ./script/with-static.sh go test + ./script/with-less-static.sh go test ./settings install: build-libgit2 ./script/with-static.sh go install ./... |
