
echo -n Compiling Small Model .....
echo "
../bin/$1 : $1.c tcp.o
	time cc -d -lx -i $1.c tcp.o -o ../bin/$1
	rm $1.o
" | make -f -
