fix typo in Make
This commit is contained in:
parent
3625317a2d
commit
0e040a9f56
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -2,9 +2,9 @@
|
||||||
.PHONY: lint
|
.PHONY: lint
|
||||||
lint: lint.py lint.sh
|
lint: lint.py lint.sh
|
||||||
|
|
||||||
## lint.python | lint python files
|
## lint.py | lint python files
|
||||||
.PHONY: lint.python
|
.PHONY: lint.py
|
||||||
lint.python:
|
lint.py:
|
||||||
black $(shell find -type f -name "*.py")
|
black $(shell find -type f -name "*.py")
|
||||||
|
|
||||||
## lint.sh | lint shell files
|
## lint.sh | lint shell files
|
||||||
|
|
Loading…
Reference in a new issue