summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2014-12-30 10:09:54 +0000
committerCarlos Martín Nieto <[email protected]>2014-12-30 10:09:54 +0000
commitdb3754ce8db412a7fd82cca2d0f91ddbcf90b475 (patch)
tree53b2f23af2a1781990a43e5202b7595ca08cc1f0 /Makefile
parent42414248f9d4fb77cc4b48447364a6dcb1624607 (diff)
parent8f6e13bd08d2f37027d34c0f379a79a6c5263e8a (diff)
Merge pull request #159 from libgit2/cgo-directives
Make the cgo tool do more linking work
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3040857..39fc558 100644
--- a/Makefile
+++ b/Makefile
@@ -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 ./...