summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-03-02 03:00:20 -0800
committerFuwn <[email protected]>2025-03-02 03:00:20 -0800
commit36904626ca447606a740e1c4272d97fbddb378ce (patch)
treefe2c4984458a9211723124eda4b35135b5d551af
parentfeat: Development commit (diff)
downloadsora-testing-36904626ca447606a740e1c4272d97fbddb378ce.tar.xz
sora-testing-36904626ca447606a740e1c4272d97fbddb378ce.zip
feat: Development commit
-rw-r--r--Makefile22
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
-