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

handout:
	pdflatex asst4 ; pdflatex asst4
	zip -r asst4.zip Makefile asst4.tex lecnotes.sty hw.sty fp-macros.tex asst4.pdf asst4.tex
	mv asst4.zip asst4.pdf ../../www/assignments/

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

