1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-01 02:52:21 +03:00
ben-wpan/cntr/Makefile
Werner Almesberger 51de2a5235 Forgot cntr/Makefile. Added ground fill.
- cntr/Makefile: oops, forgot to add this one to the repository
- cntr/cntr.brd: fill unused spaces with ground
2010-08-22 21:45:25 -03:00

19 lines
252 B
Makefile

.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