diff options
| author | Fuwn <[email protected]> | 2025-03-02 03:00:20 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-03-02 03:00:20 -0800 |
| commit | 36904626ca447606a740e1c4272d97fbddb378ce (patch) | |
| tree | fe2c4984458a9211723124eda4b35135b5d551af | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-36904626ca447606a740e1c4272d97fbddb378ce.tar.xz sora-testing-36904626ca447606a740e1c4272d97fbddb378ce.zip | |
feat: Development commit
| -rw-r--r-- | Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 6d9c819..0000000 --- a/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -.PHONY: default lint format clean build open test - -default: format lint build - -format: - swift format --in-place --recursive Sora - -lint: - swiftlint lint --quiet - -scan: - mint run peripheryapp/periphery scan - -clean: - xcodebuild clean - -build: - xcodebuild -configuration Release -scheme Sora clean build - -open: - open /Users/$(USER)/Library/Developer/Xcode/DerivedData/Sora-*/Build/Products/Release/Sora.app - |