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
|
||||
|
||||
.PHONY: all update ping
|
||||
.PHONY: all update ping off
|
||||
|
||||
all: $(MAIN)
|
||||
|
||||
@@ -32,3 +32,6 @@ update:
|
||||
|
||||
ping:
|
||||
./antorcha -P
|
||||
|
||||
off:
|
||||
./antorcha /dev/null
|
||||
|
||||
Reference in New Issue
Block a user