add makefile in cache tests
This commit is contained in:
parent
3c2e68f574
commit
b15dedb366
1 changed files with 9 additions and 0 deletions
9
tests/wip/cache/Makefile
vendored
Normal file
9
tests/wip/cache/Makefile
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
all: clean pdf
|
||||
|
||||
pdf:
|
||||
pdflatex test.tex
|
||||
|
||||
clean:
|
||||
rm -f test.aux
|
||||
|
||||
.PHONY: all pdf clean
|
Loading…
Reference in a new issue