7 lines
286 B
Makefile
7 lines
286 B
Makefile
install:
|
|
swift package update
|
|
swift build -c release -Xswiftc -static-stdlib
|
|
install .build/Release/SplashHTMLGen /usr/local/bin/SplashHTMLGen
|
|
install .build/Release/SplashImageGen /usr/local/bin/SplashImageGen
|
|
install .build/Release/SplashTokenizer /usr/local/bin/SplashTokenizer
|