diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -12,5 +12,8 @@ pyflakes: test: nosetests tests/unittests/ -.PHONY: test pylint pyflakes +2to3: + 2to3 $(PY_FILES) + +.PHONY: test pylint pyflakes 2to3 |