summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2018-12-20 11:03:36 +0100
committerPapoteur <papoteur@mageia.org>2018-12-20 18:57:17 +0100
commitc70bdcd6e7b401c68d4154cba9c85b79bf879c8f (patch)
treee069134bbd116e4e2e1317b5491e835909be227b /Makefile
parent77e7d0e2c92b5a4b74308550f14982502414c3e9 (diff)
downloadmageiawelcome-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d628eb5..f8e6e38 100644
--- a/Makefile
+++ b/Makefile
@@ -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 *~ \#*\#