1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-05 03:52:21 +03:00
ben-wpan/prod/Makefile

21 lines
306 B
Makefile
Raw Normal View History

#
# 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 $@