Root/cntr/Makefile

Source at commit c6e776e714b6cb8c7a5ea1f2767ee6bab682298e created 7 years 11 months ago.
By Stefan Schmidt, atusb: fw: make the ifdefs in mac handling transceiver specific and not board specific
1.PHONY: all gen generate sch brd xpdf
2
3all:
4        @echo "make what ? target: gen sch brd xpdf"
5        @exit 1
6
7gen generate:
8        eeschema --plot `pwd`/cntr.sch
9        # need scripts
10
11sch:
12        eeschema `pwd`/cntr.sch
13
14brd:
15        pcbnew `pwd`/cntr.brd
16
17xpdf:
18        xpdf cntr.pdf
19

Archive Download this file



interactive