1
0
mirror of https://github.com/apache/druid.git synced 2025-03-06 17:29:45 +00:00

13 lines
158 B
Makefile
Raw Normal View History

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