Date:2016-09-01 08:46:24 (7 years 6 months ago)
Author:Werner Almesberger
Commit:0ff0c31c3ff24d40c5ee4d2391cb63f83e2b6e7f
Message:atusb/Makefile (f, b, upload): convenience targets

Alas, the old "pretty" doesn't work anymore, due to some
incompatibility in coordinate systems. gerbv can handle the
"raw" output, though.
Files: atusb/Makefile (1 diff)

Change Details

atusb/Makefile
33
44include ../makefiles/Makefile.kicad
55
6.PHONY: f b upload
7
68cptx:
79        $(CPTX) -i $(NAME).brd 0 47000 48100 21 46811 40591
810
11f:
12        gerbv atusb-NPTH.drl atusb-PTH.drl \
13            atusb-F.SilkS.gbr atusb-F.Paste.gbr atusb-F.Mask.gbr \
14            atusb-Front.gbr \
15            atusb-Edge.Cuts.gbr atusb-Dwgs.User.gbr
16
17b:
18        gerbv atusb-NPTH.drl atusb-PTH.drl \
19            atusb-B.Mask.gbr \
20            atusb-Back.gbr \
21            atusb-Edge.Cuts.gbr atusb-Dwgs.User.gbr
22
23upload:
24        qippl atusb-top.pos atusb-NPTH.drl atusb-PTH.drl \
25            atusb-F.SilkS.gbr atusb-F.Paste.gbr atusb-F.Mask.gbr \
26            atusb-B.Mask.gbr \
27            atusb-Front.gbr atusb-Edge.Cuts.gbr atusb-Dwgs.User.gbr \
28            wpan/tmp/20160901/
29
930spotless::
1031        rm -f atrf.bak usb.bak

Archive Download the corresponding diff file



interactive