From 8e213031af85fdf544b957cec18406f51eb2a077 Mon Sep 17 00:00:00 2001 From: Grégoire Passault Date: Wed, 26 Nov 2014 22:56:37 -0500 Subject: Generate .hex files as well. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Grégoire Passault Signed-off-by: Marti Bolivar --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3