]> mj.ucw.cz Git - eval.git/commitdiff
Added make.
authorMartin Mares <mj@ucw.cz>
Sun, 1 Apr 2001 21:13:55 +0000 (21:13 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 1 Apr 2001 21:13:55 +0000 (21:13 +0000)
bin/mo-install

index cae344e4233c233e508b887400e33b04da0e21c4..60b4a0a5a4ed88feba0cb822bc850367a3a4d663 100755 (executable)
@@ -3,6 +3,7 @@
 [ -f config ] || { echo "Missing config file, check cwd." ; exit 1 ; }
 set -e
 . config
+make
 
 H=`pwd`
 cd $MO_ROOT