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

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

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

