We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc76c63 commit 72e29c9Copy full SHA for 72e29c9
Makefile
@@ -18,9 +18,9 @@ sourcery:
18
19
# Needs toshi0383/scripts to be added to cmdshelf's remote
20
install:
21
- cmdshelf run "swiftpm/install.sh toshi0383/xcconfig-extractor"
+ cmdshelf run swiftpm/install.sh toshi0383/xcconfig-extractor
22
23
release:
24
rm -rf .build/release
25
swift build -c release -Xswiftc -static-stdlib
26
- cmdshelf run "swiftpm/release.sh xcconfig-extractor"
+ cmdshelf run swiftpm/release.sh xcconfig-extractor
0 commit comments