server/configure
Enno Rehling f51e5f91ff strip down the configure script to do only configuration, not builds.
remove distcc support, because I do not have it set up anywhere I can
test it.
2014-07-03 20:44:19 -07:00

4 lines
114 B
Bash
Executable file

#!/bin/sh
git submodule update --init
s/cmake-init
echo "configuration complete. run s/build to build the server"