Skip to content

Commit 72e29c9

Browse files
committed
Update Makefile
1 parent bc76c63 commit 72e29c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ sourcery:
1818

1919
# Needs toshi0383/scripts to be added to cmdshelf's remote
2020
install:
21-
cmdshelf run "swiftpm/install.sh toshi0383/xcconfig-extractor"
21+
cmdshelf run swiftpm/install.sh toshi0383/xcconfig-extractor
2222

2323
release:
2424
rm -rf .build/release
2525
swift build -c release -Xswiftc -static-stdlib
26-
cmdshelf run "swiftpm/release.sh xcconfig-extractor"
26+
cmdshelf run swiftpm/release.sh xcconfig-extractor

0 commit comments

Comments
 (0)