1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-05 03:25:09 +03:00
ben-wpan/atusb/Makefile

19 lines
256 B
Makefile
Raw Normal View History

.PHONY: all gen generate sch brd xpdf
all:
@echo "make what ? target: gen sch brd xpdf"
@exit 1
gen generate:
eeschema --plot `pwd`/atusb.sch
# need scripts
sch:
eeschema `pwd`/atusb.sch
brd:
pcbnew `pwd`/atusb.brd
xpdf:
xpdf atusb.pdf