Further makefile tidy

This commit is contained in:
James Page 2016-02-16 07:57:35 +00:00
parent d2004f5702
commit 8fcf48a92a
1 changed files with 2 additions and 4 deletions

View File

@ -5,12 +5,10 @@ HOOKS_DIR := $(PWD)/hooks
TEST_PREFIX := PYTHONPATH=$(HOOKS_DIR)
clean:
rm -f .coverage
rm -f .coverage .testrepository
find . -name '*.pyc' -delete
rm -rf .venv
(which dh_clean && dh_clean) || true
lint: .venv
lint:
tox -e pep8
bin/charm_helpers_sync.py: