diff options
| author | Carlos Martín Nieto <[email protected]> | 2016-08-27 21:11:22 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2016-08-27 21:11:22 +0200 |
| commit | 92fa6357aee0c477e7090f6baf6251e969541123 (patch) | |
| tree | 10922df59a224384d6af72550a9a0c3bb257ff9c | |
| parent | aadd0c2035d12b6469c53b7c444ea6fe1006c2c0 (diff) | |
Bring back the Makefile from 'next'
| -rw-r--r-- | Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,8 +1,11 @@ default: test -test: +build-libgit2: + ./script/build-libgit2-static.sh + +test: build-libgit2 go run script/check-MakeGitError-thread-lock.go - go test ./... + ./script/with-static.sh go test ./... -install: - go install ./... +install: build-libgit2 + ./script/with-static.sh go install ./... |
