Makefile: Support Swift 5 toolchain for installation (#67)

This commit is contained in:
John Sundell 2019-04-14 22:17:58 +02:00 committed by GitHub
parent d01f7a6b2f
commit 30d6cacb7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
install:
swift package update
swift build -c release -Xswiftc -static-stdlib
swift build -c release
install .build/Release/SplashHTMLGen /usr/local/bin/SplashHTMLGen
install .build/Release/SplashMarkdown /usr/local/bin/SplashMarkdown
install .build/Release/SplashImageGen /usr/local/bin/SplashImageGen