summaryrefslogtreecommitdiff
path: root/2004/n/fpga/doc/dcd/gpio/sim/Makefile
blob: b9bab84a7cb12ede298b2d67cf6dedf676768eb3 (plain)
1
2
3
4
5
6
7
8
9
10
all: 

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

clean:
	rm -f *.pdf *.eps