Unverified Commit 3aefcfdd authored by Marten Seemann's avatar Marten Seemann Committed by GitHub

Merge pull request #35 from libp2p/remove-makefile

remove Makefile
parents ab64afa6 ad7e7d6e
build: deps
go build ./...
test: deps
go test ./...
test_race: deps
go test -race ./...
gx-bins:
go get github.com/whyrusleeping/gx
go get github.com/whyrusleeping/gx-go
deps: gx-bins
gx --verbose install --global
gx-go rewrite
clean: gx-bins
gx-go rewrite --undo
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment