diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -262,6 +262,10 @@ clean: qmllint: @qmllint gui/qml/*.qml +qmlfmt: + # needs https://github.com/jesperhh/qmlfmt in your path + @qmlfmt -w gui/qml/*.qml + test: @go test -tags "integration $(TAGS)" ./pkg/... |