mirror of
git://projects.qi-hardware.com/antorcha.git
synced 2025-04-21 12:27:27 +03:00
tools/Makefile: target "off" to load an empty image
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user