summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 54fdf33..d3ae5f5 100644
--- a/Makefile
+++ b/Makefile
@@ -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/...