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

handin:
	zip -r asst1.zip bitset.mlw bitset diff.mlw diff maxlist.mlw maxlist maxarray.mlw maxarray

handout:
	pdflatex asst1 ; pdflatex asst1
	zip -r asst1.zip Makefile asst1.pdf bitset.mlw diff.mlw maxlist.mlw maxarray.mlw
	mv asst1.zip asst1.pdf ../../www/assignments/
pdf:
	pdflatex asst1 ; pdflatex asst1

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

