diff options
Diffstat (limited to 'Makefile')
| -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 - |