mirror of https://github.com/VLSIDA/OpenRAM.git
7 lines
165 B
Makefile
7 lines
165 B
Makefile
|
|
all: openram_manual.tex
|
||
|
|
pdflatex openram_manual
|
||
|
|
bib:
|
||
|
|
bibtex openram_manual
|
||
|
|
clean:
|
||
|
|
rm -f openram_manual.pdf *.aux *.bbl *.blq *.dvi *.log *.lot *.toc *.lof *.blg
|