Add question text and figures for Serway and Jewett v8's 25.7, .12, and .16.
[course.git] / latex / notes / style / Makefile
1 # each MetaPost graphic has it's own file,
2 # so the basic definitions should get bundled out into an external file
3 # (encourages reuse anyway, so it's good for you :p)
4
5 all : style.pdf
6
7 view : all
8         xpdf style.pdf &
9
10 %.pdf : %.asy
11         asy -noprc -render=0 style.asy
12
13
14 semi-clean :
15         rm -f *.aux
16
17 clean : semi-clean
18         rm -f *.pdf