all:
	cd src; make; echo; echo "Binary is src/cowmud"; echo

clean:
	cd src; make clean