muscle: Also build static library

It's not built by default.
This commit is contained in:
François Revol
2014-07-26 17:10:58 +02:00
parent e2fe685f06
commit f692d193a1

View File

@@ -52,7 +52,7 @@ SOURCE_DIR="muscle"
BUILD()
{
cd server
make $jobArgs
make $jobArgs all libmuscle.a
}
INSTALL()