aboutsummaryrefslogtreecommitdiff
path: root/doc/figs/Makefile
blob: 36f0e0c9a9cd7bee93d22a8dc251c8b6c7dbf03e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
all: riscvcsimdeps.svg workflow.svg class_structure.svg

%.pdf: %.tex Makefile
	pdflatex $<

%.svg: %.pdf Makefile
	dvisvgm -Z 1.5 --pdf $<

%.pdf: %.typ Makefile
	typst c $<

%.svg: %.typ Makefile
	typst c -f svg $<

clean:
	rm -f riscvcsimdeps.pdf riscvcsimdeps.aux riscvcsimdeps.log
	rm -f workflow.pdf class_structure.pdf