From 72e29c9c169df580df38ddcd5058740afb11b5b9 Mon Sep 17 00:00:00 2001 From: toshi0383 Date: Sun, 30 Dec 2018 13:18:04 +0900 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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