diff --git a/Makefile b/Makefile index cf9f263..c4e6714 100644 --- a/Makefile +++ b/Makefile @@ -18,9 +18,9 @@ sourcery: # Needs toshi0383/scripts to be added to cmdshelf's remote install: - cmdshelf run "swiftpm/install.sh toshi0383/xcconfig-extractor" + cmdshelf run swiftpm/install.sh toshi0383/xcconfig-extractor release: rm -rf .build/release swift build -c release -Xswiftc -static-stdlib - cmdshelf run "swiftpm/release.sh xcconfig-extractor" + cmdshelf run swiftpm/release.sh xcconfig-extractor