# Makefile for hw h: h.tex latex h ps l.ps: latex h dvips h -o pdf: h.ps distill h.ps sol: sol.tex latex sol dvips sol -o distill sol.ps all: h ps pdf sol save: ci -m"make save" -l \ Make* h.tex tar: tar -cvf T.tar Makefile h.tex sol.tex *.eps