#!/bin/bash

# TODO: implement me 


cd ricci ; ./configure $@ ; ret=$? ; cd ..
if [ "$ret" != "0" ]; then
	exit 1
fi

echo "Run 'make' to compile conga and clustermon"
echo "Run 'make conga' to compile conga"
echo "Run 'make clustermon' to compile clustermon"

exit 0
