From ff312825be46d5b47f9904533177e3b4873679e6 Mon Sep 17 00:00:00 2001 From: James Page Date: Wed, 2 Jul 2014 09:09:25 +0100 Subject: [PATCH] Tidy makefile --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8f9af33..5ab1fb2 100644 --- a/Makefile +++ b/Makefile @@ -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