1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2024-07-05 01:59:49 +03:00
ben-blinkenlights/ubb-usb/Makefile

12 lines
169 B
Makefile
Raw Normal View History

2011-10-04 18:49:13 +03:00
.PHONY: sch pdf clean
sch:
eeschema `pwd`/concept.sch
2011-10-04 18:49:13 +03:00
pdf:
eeschema --plot=ps `pwd`/concept.sch
ps2pdf concept.ps concept.pdf
clean:
rm -f concept.ps concept.pdf