Stupid Makefile syntax
parent
31f50634c7
commit
803eadd5a1
2
Makefile
2
Makefile
|
@ -47,7 +47,7 @@ check-js: install-node linter
|
|||
cd web && yarn run karma start --single-run
|
||||
|
||||
check-pep8:
|
||||
pycodestyle --config=web/.pycodestyle ./web/pgadmin/
|
||||
pycodestyle --config=web/.pycodestyle ./web/pgadmin/
|
||||
|
||||
# Include all clean sub-targets in clean
|
||||
clean: clean-appbundle clean-docker clean-dist clean-docs clean-pip clean-src
|
||||
|
|
Loading…
Reference in New Issue