# -------------------------------------------------------------------
# type "make" command in Unix to create the asst3.zip file to hand in
# -------------------------------------------------------------------

handout:
	pdflatex asst7 ; pdflatex asst7
	zip -r asst7.zip Makefile asst7.tex *.sty fp-macros.tex asst7.pdf asst7.tex
	mv asst7.zip asst7.pdf ../../www/assignments/

clean:
	(rm -rf *.aux *.bbl *.blg *.glg *.glo *.gls *.ilg *.ist *.lof *.log *.lot *.nlo *.nls *.out *.toc *.synctex.gz)

