mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-05 12:45:20 +02:00
12 lines
169 B
Makefile
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
|