mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 17:39:02 +02:00
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
|