mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-09 14:40:53 +00:00
Add identify protobufs to makefile
This commit is contained in:
8
Makefile
8
Makefile
@ -1,5 +1,9 @@
|
|||||||
FILES_TO_LINT = libp2p tests tests_interop examples setup.py
|
FILES_TO_LINT = libp2p tests examples setup.py
|
||||||
PB = libp2p/crypto/pb/crypto.proto libp2p/pubsub/pb/rpc.proto libp2p/security/insecure/pb/plaintext.proto libp2p/security/secio/pb/spipe.proto
|
PB = libp2p/crypto/pb/crypto.proto \
|
||||||
|
libp2p/pubsub/pb/rpc.proto \
|
||||||
|
libp2p/security/insecure/pb/plaintext.proto \
|
||||||
|
libp2p/security/secio/pb/spipe.proto \
|
||||||
|
libp2p/identity/identify/pb/identify.proto
|
||||||
PY = $(PB:.proto=_pb2.py)
|
PY = $(PB:.proto=_pb2.py)
|
||||||
PYI = $(PB:.proto=_pb2.pyi)
|
PYI = $(PB:.proto=_pb2.pyi)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user