Skip to content

Commit 19e2310

Browse files
unnameddthomaspaulmann
authored andcommitted
Add instruction to open Toolkit in the Makefile
1 parent acf6d36 commit 19e2310

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ lint:
3737

3838
fix:
3939
swiftlint --fix
40+
41+
open:
42+
open -a /Applications/Xcode.app $(TOOLKIT_PATH)

0 commit comments

Comments
 (0)