Stupid Makefile syntax

pull/8/head
Dave Page 2018-03-02 12:35:12 +00:00
parent 31f50634c7
commit 803eadd5a1
1 changed files with 1 additions and 1 deletions

View File

@ -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