From: Martin Mares Date: Sun, 1 Apr 2001 21:13:55 +0000 (+0000) Subject: Added make. X-Git-Tag: python-dummy-working~530 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=48ddb88464d338ba50032ed21b3fdbf12899cc03;p=moe.git Added make. --- diff --git a/bin/mo-install b/bin/mo-install index cae344e..60b4a0a 100755 --- a/bin/mo-install +++ b/bin/mo-install @@ -3,6 +3,7 @@ [ -f config ] || { echo "Missing config file, check cwd." ; exit 1 ; } set -e . config +make H=`pwd` cd $MO_ROOT