diff options
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 *~ \#*\# |