update Makefile

This commit is contained in:
Ryan Beisner
2015-06-12 15:02:36 +00:00
parent 848e07517a
commit 0098e77df5

View File

@@ -2,7 +2,8 @@
PYTHON := /usr/bin/env python
lint:
@flake8 --exclude hooks/charmhelpers hooks unit_tests tests
@flake8 --exclude hooks/charmhelpers,tests/charmhelpers \
hooks unit_tests tests
@charm proof
unit_test: