summaryrefslogtreecommitdiff
path: root/2004/n/fpga/doc/dcd/interrupt/sim/Makefile
blob: 65e8d68137a839dbc5269e2367f9520229dcb01c (plain)
1
2
3
4
5
6
7
8
9
10
all: interrupt_route.pdf

%.pdf: %.png
	convert $< $@
	
%.pdf: %.fig
	fig2dev -L pdf -p dummy $< $@

clean:
	rm -f *.pdf *.eps