diff --git a/Makefile b/Makefile index f35d54e..f98ff1d 100644 --- a/Makefile +++ b/Makefile @@ -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