From f5b85a464ece1920da76ccbcc3c1481ba22eea6b Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Sun, 1 Jul 2012 10:44:42 -0300 Subject: [PATCH] tools/ant-cl/Makefile: update convenience targets for name and directory change --- tools/ant-cl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/ant-cl/Makefile b/tools/ant-cl/Makefile index b8e4466..7ace9c2 100644 --- a/tools/ant-cl/Makefile +++ b/tools/ant-cl/Makefile @@ -42,10 +42,10 @@ spotless: clean rm -f $(MAIN) update: - ./antorcha -F ../fw/antorcha.bin + ./ant-cl -F ../../fw/antorcha.bin ping: - ./antorcha -P + ./ant-cl -P off: - ./antorcha /dev/null + ./ant-cl /dev/null