mirror of
https://github.com/apache/druid.git
synced 2025-02-06 01:58:20 +00:00
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)
|