Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
toshi0383 committed Dec 30, 2018
1 parent bc76c63 commit 72e29c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 72e29c9

Please sign in to comment.