From fe63d426abca682781ed7e3a9dce8fc2f5072aaf Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 19 Feb 2025 04:06:32 -0800 Subject: feat: Development commit --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3