Root/cntr/Makefile

Source at commit ec21e4ba4756379934fc24635438040f66d2ab7c created 13 years 1 month ago.
By Werner Almesberger, atusb/fw2: support device -> host side of the ATUSB EP0 protocol
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