summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index badd2d7..b8a46e9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
.PHONY: default lint format clean build
-default: format lint build
+default: format lint build scan
format:
swiftformat .
@@ -8,6 +8,9 @@ format:
lint:
swiftlint
+scan:
+ mint run peripheryapp/periphery scan
+
clean:
xcodebuild clean