1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-08-24 11:05:32 +03:00
ben-wpan/prod/Makefile

24 lines
341 B
Makefile
Raw Normal View History

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