mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-04 22:53:08 +02:00
ubb-usb/Makefile: added PDF generation
This commit is contained in:
parent
540f224962
commit
bdd95bdbf8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user