mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-04 23:04:38 +02:00
11 lines
165 B
Makefile
11 lines
165 B
Makefile
NAME = atusb
|
|
VERSION = 110324
|
|
|
|
include ../makefiles/Makefile.kicad
|
|
|
|
cptx:
|
|
$(CPTX) -i $(NAME).brd 0 47000 48100 21 46811 40591
|
|
|
|
spotless::
|
|
rm -f atrf.bak usb.bak
|