mirror of
https://github.com/logos-messaging/go-multiaddr.git
synced 2026-01-02 13:03:11 +00:00
Merge pull request #163 from multiformats/remove-makefile
remove Makefile
This commit is contained in:
commit
0bc67b1ed9
12
Makefile
12
Makefile
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user