mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Update Makefile
missing doublequote
This commit is contained in:
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ CURRENT_SIGN_SETTING := $(shell git config commit.gpgSign)
|
|||||||
help:
|
help:
|
||||||
@echo "clean-build - remove build artifacts"
|
@echo "clean-build - remove build artifacts"
|
||||||
@echo "clean-pyc - remove Python file artifacts"
|
@echo "clean-pyc - remove Python file artifacts"
|
||||||
@echo "lint - fix linting issues with pre-commit
|
@echo "lint - fix linting issues with pre-commit"
|
||||||
@echo "test - run tests quickly with the default Python"
|
@echo "test - run tests quickly with the default Python"
|
||||||
@echo "docs - generate docs and open in browser (linux-docs for version on linux)"
|
@echo "docs - generate docs and open in browser (linux-docs for version on linux)"
|
||||||
@echo "notes - consume towncrier newsfragments/ and update release notes in docs/"
|
@echo "notes - consume towncrier newsfragments/ and update release notes in docs/"
|
||||||
|
|||||||
Reference in New Issue
Block a user