latex-packages/tests/wip/cache/Makefile

10 lines
87 B
Makefile
Raw Normal View History

2022-02-03 15:05:45 +01:00
all: clean pdf
pdf:
pdflatex test.tex
clean:
rm -f test.aux
.PHONY: all pdf clean