#

earth:	earth.cc makefile
	g++ -o $@  earth.cc -lm  ${CFlags}

backup:
	tar zcvf earth002.taz *.cc makefile e.sh earth.rot.pl
