mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-12-22 23:23:57 -06:00
Stupid Makefile syntax
This commit is contained in:
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
Block a user