mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-05 10:34:04 +02:00
10 lines
181 B
Makefile
10 lines
181 B
Makefile
NAME = atben
|
|
VERSION = 110324
|
|
|
|
include ../makefiles/Makefile.kicad
|
|
|
|
# Copy text from front copper to front silk screen
|
|
|
|
cptx:
|
|
$(CPTX) -i $(NAME).brd 15 51950 30550 21 51950 30550
|