diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ $(PKG_SDIST): lint: $(PIP) $(PIP) install . - $(PYVE)/bin/pylint lint.py || true # for now ignore errors + $(PYVE)/bin/pylint lint/__init__.py || true # for now ignore errors clean: rm -rf $(PYVE) |