mirror of
git://projects.qi-hardware.com/antorcha.git
synced 2024-11-22 20:00:17 +02:00
tools/Makefile: target "off" to load an empty image
This commit is contained in:
parent
27455749bd
commit
7356fccbfd
@ -20,7 +20,7 @@ LDLIBS = -L../../ben-wpan/tools/lib -latrf -lusb
|
|||||||
|
|
||||||
OBJS = antorcha.o hash.o
|
OBJS = antorcha.o hash.o
|
||||||
|
|
||||||
.PHONY: all update ping
|
.PHONY: all update ping off
|
||||||
|
|
||||||
all: $(MAIN)
|
all: $(MAIN)
|
||||||
|
|
||||||
@ -32,3 +32,6 @@ update:
|
|||||||
|
|
||||||
ping:
|
ping:
|
||||||
./antorcha -P
|
./antorcha -P
|
||||||
|
|
||||||
|
off:
|
||||||
|
./antorcha /dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user