1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2024-06-28 22:21:06 +03:00

ubb-usb/Makefile: added PDF generation

This commit is contained in:
Werner Almesberger 2011-10-04 12:49:13 -03:00
parent 540f224962
commit bdd95bdbf8

View File

@ -1,2 +1,11 @@
.PHONY: sch pdf clean
sch:
eeschema `pwd`/concept.sch
pdf:
eeschema --plot=ps `pwd`/concept.sch
ps2pdf concept.ps concept.pdf
clean:
rm -f concept.ps concept.pdf