1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-07 23:14:32 +03:00
ben-wpan/atrf/Makefile
Werner Almesberger 2c29b5b22e Moved hardware design files from top-level directory to atrf/
- 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
2010-08-22 16:06:43 -03:00

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