mirror of
https://github.com/logos-messaging/go-multiaddr.git
synced 2026-01-02 13:03:11 +00:00
remove Makefile
This commit is contained in:
parent
c693710de2
commit
85373f04a1
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