
all:
	cd Base; make
	cd Util; make

clean:
	cd Base; make clean
	cd Util; make clean
	cd ../Lib; rm -f librotation.a
	cd ../Bin; rm -f test_rotation time_rotation
	rm -f *~

 
