mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-04 23:39:21 +02:00
2c29b5b22e
- wpan-atrf.pro, wpan-atrf.sch, usb.sch, atrf.sch, wpan-atrf.cmp, wpan-atrf.brd, Makefile: moved to atrf/ - atrf/wpan-atrf.pro: updated paths to components/ and modules/ - Makefile: retained "dsv" section
19 lines
272 B
Makefile
19 lines
272 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`/wpan-atrf.sch
|
|
# need scripts
|
|
|
|
sch:
|
|
eeschema `pwd`/wpan-atrf.sch
|
|
|
|
brd:
|
|
pcbnew `pwd`/wpan-atrf.brd
|
|
|
|
xpdf:
|
|
xpdf wpan-atrf.pdf
|