Tidy makefile

This commit is contained in:
James Page
2014-07-02 09:09:25 +01:00
parent 1e9564ad99
commit ff312825be

View File

@@ -2,12 +2,11 @@
PYTHON := /usr/bin/env python
lint:
@flake8 --exclude hooks/charmhelpers hooks
@flake8 unit_tests
@flake8 --exclude hooks/charmhelpers hooks unit_tests
@charm proof
test:
@$(PYTHON) /usr/bin/nosetests --nologcapture --with-coverage unit_tests
@$(PYTHON) /usr/bin/nosetests --nologcapture --with-coverage unit_tests
bin/charm_helpers_sync.py:
@mkdir -p bin