Skip to content

Commit

Permalink
Merge pull request #31 from woshiccm/cocopods-support
Browse files Browse the repository at this point in the history
fix makefile
  • Loading branch information
woshiccm authored Dec 17, 2019
2 parents bb96e12 + b59a0f7 commit b129dcc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PREFIX?=/usr/local

build:
swift build --disable-sandbox -c release
swift build --disable-sandbox -c release --static-swift-stdlib

clean_build:
rm -rf .build
Expand All @@ -25,9 +25,4 @@ get_version:
@cat .version

publish:
brew update && brew bump-formula-pr --tag=$(shell git describe --tags) --revision=$(shell git rev-parse HEAD) pecker
COCOAPODS_VALIDATOR_SKIP_XCODEBUILD=1 pod trunk push Pecker.podspec

%:

@:

0 comments on commit b129dcc

Please sign in to comment.