# -------------------------------------------------------------------
# type "make" command in Unix to create the asst7.zip file to hand in
# type "make main" to create main.native from bfs.mlw and main.ml
# execute with "./main.native" to test your implementation
# -------------------------------------------------------------------

handout:
	pdflatex asst7 ; pdflatex asst7
	zip -r asst7.zip Makefile asst7.pdf asst7.tex lecnotes.sty hw.sty fp-macros.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)
