mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-04 23:14:06 +02:00
2aed5153ca
- makefiles/Makefile.kicad ($(NAME)-PCB_Edges.dxf, $(NAME).drl): since we now name the files explicitly, we need to generate them explicitly as well - makefiles/Makefile.kicad (upload): added SMT fab package - atben/Makefile (VERSION), atusb/Makefile (VERSION): bumped fab file version to 110323
11 lines
165 B
Makefile
11 lines
165 B
Makefile
NAME = atusb
|
|
VERSION = 110323
|
|
|
|
include ../makefiles/Makefile.kicad
|
|
|
|
cptx:
|
|
$(CPTX) -i $(NAME).brd 0 47000 48100 21 46811 40591
|
|
|
|
spotless::
|
|
rm -f atrf.bak usb.bak
|