mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-25 21:49:42 +02:00
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.
This commit is contained in:
parent
b0a3001ca2
commit
0ff0c31c3f
@ -3,8 +3,29 @@ VERSION = 110607
|
||||
|
||||
include ../makefiles/Makefile.kicad
|
||||
|
||||
.PHONY: f b upload
|
||||
|
||||
cptx:
|
||||
$(CPTX) -i $(NAME).brd 0 47000 48100 21 46811 40591
|
||||
|
||||
f:
|
||||
gerbv atusb-NPTH.drl atusb-PTH.drl \
|
||||
atusb-F.SilkS.gbr atusb-F.Paste.gbr atusb-F.Mask.gbr \
|
||||
atusb-Front.gbr \
|
||||
atusb-Edge.Cuts.gbr atusb-Dwgs.User.gbr
|
||||
|
||||
b:
|
||||
gerbv atusb-NPTH.drl atusb-PTH.drl \
|
||||
atusb-B.Mask.gbr \
|
||||
atusb-Back.gbr \
|
||||
atusb-Edge.Cuts.gbr atusb-Dwgs.User.gbr
|
||||
|
||||
upload:
|
||||
qippl atusb-top.pos atusb-NPTH.drl atusb-PTH.drl \
|
||||
atusb-F.SilkS.gbr atusb-F.Paste.gbr atusb-F.Mask.gbr \
|
||||
atusb-B.Mask.gbr \
|
||||
atusb-Front.gbr atusb-Edge.Cuts.gbr atusb-Dwgs.User.gbr \
|
||||
wpan/tmp/20160901/
|
||||
|
||||
spotless::
|
||||
rm -f atrf.bak usb.bak
|
||||
|
Loading…
Reference in New Issue
Block a user