cookbook/sauces/Makefile
Anna Schumaker 24d00ff825 Convert Simple Horseradish Aioli to TeX
And add to the Sauces section

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2016-06-27 10:28:44 -04:00

12 lines
184 B
Makefile

SOURCES = $(sort $(wildcard *.tex))
OBJECTS = $(patsubst %.tex, %.pdf, $(SOURCES))
all:
latexmk -pdf $(SOURCES)
pdfjoin -o sauces.pdf $(OBJECTS)
clean:
latexmk -C
rm sauces.pdf