hbs2/docs/papers/Makefile

16 lines
243 B
Makefile

all: hbs2-git-problem hbs2-git-new-repo
.PHONY: all clean
%.pdf: %.tex
xelatex $<
xelatex $<
hbs2-git-problem: hbs2-git-problem.pdf
hbs2-git-new-repo: hbs2-git-new-repo.pdf
clean:
rm -f *.aux *.log *.nav *.out *.snm *.vrb *.toc *.pdf