We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de129bc commit c8a86e6Copy full SHA for c8a86e6
1 file changed
Makefile
@@ -0,0 +1,11 @@
1
+build:
2
+ swift build
3
+
4
+release:
5
+ swift build --disable-sandbox --configuration release
6
7
+clean:
8
+ swift package clean
9
10
+proj:
11
+ swift package generate-xcodeproj
0 commit comments