Root/prod/Makefile

Source at commit 2f6c22dbba47a6f020e59958bc75c72215dc077d created 12 years 10 months ago.
By Werner Almesberger, prod/doc/: converted index.html to index.hmac
1#
2# This Makefile just contains a few convenience commands, for development
3#
4
5
6.PHONY: all ben usb flash
7
8all: ben
9
10ben: ben.profile
11    ./atben usb net:ben
12
13usb: usb.profile
14    ./atusb net:ben usb
15
16flash:
17    ./atusb-flash net:ben usb
18
19ben.profile:
20    cp ../tools/atrf-path/profile.example $@
21
22usb.profile:
23    cp ../tools/atrf-path/profile.example $@
24

Archive Download this file



interactive