1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2024-07-02 23:52:20 +03:00
ben-blinkenlights/ubb-usb/Makefile
2011-10-04 12:49:13 -03:00

12 lines
169 B
Makefile

.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