mirror of
git://projects.qi-hardware.com/antorcha.git
synced 2024-11-22 14:05:20 +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
|
||||
|
||||
.PHONY: all update ping
|
||||
.PHONY: all update ping off
|
||||
|
||||
all: $(MAIN)
|
||||
|
||||
@ -32,3 +32,6 @@ update:
|
||||
|
||||
ping:
|
||||
./antorcha -P
|
||||
|
||||
off:
|
||||
./antorcha /dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user