mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-05 09:56:17 +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
10 lines
181 B
Makefile
10 lines
181 B
Makefile
NAME = atben
|
|
VERSION = 110323
|
|
|
|
include ../makefiles/Makefile.kicad
|
|
|
|
# Copy text from front copper to front silk screen
|
|
|
|
cptx:
|
|
$(CPTX) -i $(NAME).brd 15 51950 30550 21 51950 30550
|