Browse Source

Merge branch 'master' of github.com:oz123/blogit

Oz N Tiram 8 years ago
parent
commit
9dfc972d29
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -36,7 +36,7 @@ clean-pyc:
 	find . -name '__pycache__' -exec rm -rf {} +
 	find . -name '__pycache__' -exec rm -rf {} +
 
 
 lint:
 lint:
-	flake8 pwman scripts
+	flake8 blogit
 
 
 test:
 test:
 	py.test -vv tests
 	py.test -vv tests