diff options
author | Papoteur <papoteur@mageia.org> | 2018-12-20 11:03:36 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2018-12-20 18:57:17 +0100 |
commit | c70bdcd6e7b401c68d4154cba9c85b79bf879c8f (patch) | |
tree | e069134bbd116e4e2e1317b5491e835909be227b /Makefile | |
parent | 77e7d0e2c92b5a4b74308550f14982502414c3e9 (diff) | |
download | mageiawelcome-c70bdcd6e7b401c68d4154cba9c85b79bf879c8f.tar mageiawelcome-c70bdcd6e7b401c68d4154cba9c85b79bf879c8f.tar.gz mageiawelcome-c70bdcd6e7b401c68d4154cba9c85b79bf879c8f.tar.bz2 mageiawelcome-c70bdcd6e7b401c68d4154cba9c85b79bf879c8f.tar.xz mageiawelcome-c70bdcd6e7b401c68d4154cba9c85b79bf879c8f.zip |
Allow checking with pyflakes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ DIRS = etc usr po qml FILES = $(TEXT_FILES) $(DIRS) LICENSE check: - /usr/bin/python3 -m pyflakes usr/share/mageiawelcome/*.py + /usr/bin/python3 -m pyflakes qml/*.py clean: rm -f *~ \#*\# |