From 1577fbc7d18b7cfb9d30a12e1ae006154a6cdf98 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 22 Feb 2025 08:08:17 -0800 Subject: feat: Development commit --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2947b97..6d9c819 100644 --- a/Makefile +++ b/Makefile @@ -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 + -- cgit v1.2.3