diff options
| author | Carlos MartÃn Nieto <[email protected]> | 2016-11-13 19:31:57 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-11-13 19:31:57 +0100 |
| commit | 4eecbd8d447b48ca29d4e9e782cbe0451535893e (patch) | |
| tree | 6c4d504cf3814ea88dd3e16f2d8b2b121e66325e /Makefile | |
| parent | 9af9dd3ad71055e60ff7af6ffd5da42960915996 (diff) | |
| parent | 7f426f2435087a35155b4e8b859fb52f09f79a72 (diff) | |
Merge pull request #338 from libgit2/cmn/variable-subst
Use variable substitution instead of a wrapper script
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ build-libgit2: test: build-libgit2 go run script/check-MakeGitError-thread-lock.go - ./script/with-static.sh go test ./... + go test ./... install: build-libgit2 - ./script/with-static.sh go install ./... + go install ./... |
