1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-08-23 14:49:20 +03:00
ben-wpan/prod/Makefile

21 lines
300 B
Makefile

#
# This Makefile just contains a few convenience commands, for development
#
.PHONY: all ben usb
all: ben
ben: ben.profile
./atben usb net:ben
usb: usb.profile
./atusb net:ben usb
ben.profile:
cp ../tools/atrf-path/profile.example $@
usb.profile:
cp ../tools/atrf-path/profile.example $@