mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-05 12:53:09 +02:00
21 lines
306 B
Makefile
21 lines
306 B
Makefile
|
#
|
||
|
# This Makefile just contains a few convenience commands, for development
|
||
|
#
|
||
|
|
||
|
|
||
|
.PHONY: all ben usb
|
||
|
|
||
|
all: ben
|
||
|
|
||
|
ben: ben.profile
|
||
|
./atben net:ben net:jlime
|
||
|
|
||
|
usb: usb.profile
|
||
|
./atusb net:ben usb
|
||
|
|
||
|
ben.profile:
|
||
|
cp ../tools/atrf-path/profile.example $@
|
||
|
|
||
|
usb.profile:
|
||
|
cp ../tools/atrf-path/profile.example $@
|