Merge pull request #163 from multiformats/remove-makefile

remove Makefile
This commit is contained in:
Steven Allen 2021-07-25 14:35:40 -07:00 committed by GitHub
commit 0bc67b1ed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +0,0 @@
conformance: tmp/multiaddr
go build -o tmp/multiaddr/test/go-multiaddr ./multiaddr
cd tmp/multiaddr/test && MULTIADDR_BIN="./go-multiaddr" go test -v
tmp/multiaddr:
mkdir -p tmp/
git clone https://github.com/multiformats/multiaddr tmp/multiaddr/
clean:
rm -rf tmp/
.PHONY: conformance clean