summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-11-29 01:47:10 +0100
committerkali kaneko (leap communications) <kali@leap.se>2021-11-29 18:14:17 +0100
commit74970372b6586b336364ac1affac9dd7d22baef1 (patch)
tree5e801e7ba16198c165f6d8450490cd82e6426521 /Makefile
parent18f52af5be3a9a0c73811706108f790d65ee9c67 (diff)
[gui] motd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cafdb13..3f42739 100644
--- a/Makefile
+++ b/Makefile
@@ -301,7 +301,8 @@ clean:
#########################################################################
qmllint:
- @qmllint gui/qml/*.qml
+ @qmllint gui/*.qml
+ @qmllint gui/components/*.qml
qmlfmt:
# needs https://github.com/jesperhh/qmlfmt in your path