From efe6e552da00403f22b02cb821a5b2da179afd51 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 28 May 2014 14:56:31 +0200 Subject: [PATCH] rename cmd tool in makefile --- Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index 0efd840..ac43055 100644 --- a/Makefile.include +++ b/Makefile.include @@ -80,7 +80,7 @@ flash2: $(NAME).hex -c "shutdown" upload: - ../../python-trezor/cmd.py firmware_update -f $(NAME).bin + ../../python-trezor/cmdtr.py firmware_update -f $(NAME).bin sign: $(NAME).bin ../bootloader/firmware_sign.py -f $(NAME).bin