Commit 61e47551 authored by Matthieu Cattin's avatar Matthieu Cattin

hw: Add preliminary block diagram.

parent 03be41a3
SVG=$(wildcard *.svg)
PDF=$(SVG:.svg=.pdf)
.PHONY: all
all: $(PDF)
%.pdf : %.svg
inkscape --without-gui $< -A $@
clean:
rm -f $(PDF)
show:
$(info all svg: $(SVG))
$(info all pdf: $(PDF))
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment