Skip to content

Commit

Permalink
Merge pull request #24 from eneko/fix/Makefile
Browse files Browse the repository at this point in the history
Fix Makefile for Swift 5
  • Loading branch information
eneko committed Aug 14, 2019
2 parents e455c0e + 4282018 commit 857e728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install: build
install -C -m 755 $(BUILD_PATH) $(INSTALL_PATH)

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

uninstall:
rm -f $(INSTALL_PATH)
Expand Down

0 comments on commit 857e728

Please sign in to comment.