1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-05 02:22:21 +03:00
ben-wpan/cntr/Makefile

19 lines
252 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`/cntr.sch
# need scripts
sch:
eeschema `pwd`/cntr.sch
brd:
pcbnew `pwd`/cntr.brd
xpdf:
xpdf cntr.pdf