mirror of https://github.com/apache/druid.git
13 lines
158 B
Makefile
13 lines
158 B
Makefile
|
all : radstack.pdf
|
||
|
|
||
|
clean :
|
||
|
@rm -f *.aux *.bbl *.blg *.log
|
||
|
|
||
|
%.tex : %.bib
|
||
|
|
||
|
%.pdf : %.tex %.bib
|
||
|
lualatex $(*F)
|
||
|
bibtex $(*F)
|
||
|
lualatex $(*F)
|
||
|
lualatex $(*F)
|