druid/publications/radstack/Makefile

13 lines
158 B
Makefile
Raw Normal View History

2015-03-26 13:41:16 -04:00
all : radstack.pdf
clean :
@rm -f *.aux *.bbl *.blg *.log
%.tex : %.bib
%.pdf : %.tex %.bib
lualatex $(*F)
bibtex $(*F)
lualatex $(*F)
lualatex $(*F)