summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-19 04:06:32 -0800
committerFuwn <[email protected]>2025-02-19 04:06:32 -0800
commitfe63d426abca682781ed7e3a9dce8fc2f5072aaf (patch)
treef097fcb4f694bb1a8f20add9653a9781b4b8deef
parentfeat: Development commit (diff)
downloadsora-testing-fe63d426abca682781ed7e3a9dce8fc2f5072aaf.tar.xz
sora-testing-fe63d426abca682781ed7e3a9dce8fc2f5072aaf.zip
feat: Development commit
-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