diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,14 +1,14 @@ -all: test pylint pyflakes +all: test pylint: - -pylint cloudinit + pylint cloudinit pyflakes: - -pyflakes . + pyflakes . test: - -nosetests tests/unittests/ + nosetests tests/unittests/ .PHONY: test pylint pyflakes |