goodwatch/userguide/Makefile
2017-10-13 12:57:05 -04:00

11 lines
92 B
Makefile

all: guide.pdf
guide.pdf: *.tex
pdflatex guide.tex
clean:
rm -f *~ *.log *.aux *.pdf