Files
ben-blinkenlights/ubb-usb/Makefile
T

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