Root/Makefile

Source at commit 9eefe60b8aef76de84a198ef9fcad9352a3b53a6 created 13 years 7 months ago.
By Werner Almesberger, Added AT86RF230 schematics symbol and some misc. stuff.
1.PHONY: all gen generate sch brd xpdf
2
3all:
4        @echo "make what ? target: gen sch xpdf brd"
5        @exit 1
6
7gen generate:
8        eeschema --plot `pwd`/wpan-atrf.sch
9        # need scripts
10
11xpdf:
12        xpdf wpan-atrf.pdf
13
14sch:
15        eeschema `pwd`/wpan-atrf.sch
16
17brd:
18        pcbnew `pwd`/wpan-atrf.brd
19

Archive Download this file



interactive