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

handin:
	zip -r asst1.zip bitset.mlw bitset diff.mlw diff mystery3.mlw mystery3 sum.mlw sum

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

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

