mirror of
https://github.com/travisgoodspeed/goodwatch
synced 2024-11-22 16:59:57 +00:00
11 lines
92 B
Makefile
11 lines
92 B
Makefile
all: guide.pdf
|
|
|
|
|
|
guide.pdf: *.tex
|
|
pdflatex guide.tex
|
|
|
|
clean:
|
|
rm -f *~ *.log *.aux *.pdf
|
|
|
|
|