diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |