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