main: main.c functions.o
	cc -o main main.c functions.o -lm
sync:
	rsync -e ssh -avzu ./ astronomy.nmsu.edu:/home/holtz/talks/computing/
	
