diff options
| author | Fuwn <[email protected]> | 2025-02-22 08:08:17 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-22 08:08:17 -0800 |
| commit | 1577fbc7d18b7cfb9d30a12e1ae006154a6cdf98 (patch) | |
| tree | 0bbb76c631a694deeefa7fb22b1e5f932e50b57d | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-1577fbc7d18b7cfb9d30a12e1ae006154a6cdf98.tar.xz sora-testing-1577fbc7d18b7cfb9d30a12e1ae006154a6cdf98.zip | |
feat: Development commit
| -rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,6 @@ -.PHONY: default lint format clean build +.PHONY: default lint format clean build open test -default: format lint build scan +default: format lint build format: swift format --in-place --recursive Sora @@ -17,3 +17,6 @@ clean: build: xcodebuild -configuration Release -scheme Sora clean build +open: + open /Users/$(USER)/Library/Developer/Xcode/DerivedData/Sora-*/Build/Products/Release/Sora.app + |