aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGrégoire Passault <g.passault@gmail.com>2014-11-26 22:56:37 -0500
committerbnewbold <bnewbold@robocracy.org>2015-02-28 23:14:25 -0800
commit8e213031af85fdf544b957cec18406f51eb2a077 (patch)
treebc850eef2704102c244b10c3fc804b4b2950e816 /Makefile
parent422a4c67554f31570f06fab0469b094e985b3675 (diff)
downloadlibrambutan-8e213031af85fdf544b957cec18406f51eb2a077.tar.gz
librambutan-8e213031af85fdf544b957cec18406f51eb2a077.zip
Generate .hex files as well.
Signed-off-by: Grégoire Passault <g.passault@gmail.com> Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c632ee8..82ba456 100644
--- a/Makefile
+++ b/Makefile
@@ -135,7 +135,7 @@ ifneq ($(PREV_BUILD_TYPE), $(MEMORY_TARGET))
$(shell rm -rf $(BUILD_PATH))
endif
-sketch: build-check MSG_INFO $(BUILD_PATH)/$(BOARD).bin
+sketch: build-check MSG_INFO $(BUILD_PATH)/$(BOARD).bin $(BUILD_PATH)/$(BOARD).hex
clean:
rm -rf build