mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2025-04-21 12:27:27 +03:00
ubb-usb/Makefile: added PDF generation
This commit is contained in:
@@ -1,2 +1,11 @@
|
|||||||
|
.PHONY: sch pdf clean
|
||||||
|
|
||||||
sch:
|
sch:
|
||||||
eeschema `pwd`/concept.sch
|
eeschema `pwd`/concept.sch
|
||||||
|
|
||||||
|
pdf:
|
||||||
|
eeschema --plot=ps `pwd`/concept.sch
|
||||||
|
ps2pdf concept.ps concept.pdf
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f concept.ps concept.pdf
|
||||||
|
|||||||
Reference in New Issue
Block a user