diff options
| author | Fuwn <[email protected]> | 2025-02-19 04:06:32 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-19 04:06:32 -0800 |
| commit | fe63d426abca682781ed7e3a9dce8fc2f5072aaf (patch) | |
| tree | f097fcb4f694bb1a8f20add9653a9781b4b8deef | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-fe63d426abca682781ed7e3a9dce8fc2f5072aaf.tar.xz sora-testing-fe63d426abca682781ed7e3a9dce8fc2f5072aaf.zip | |
feat: Development commit
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |