From 1b81bd4834fec294a1e9983cf6e2570cbffde690 Mon Sep 17 00:00:00 2001 From: sprhawk Date: Mon, 1 Sep 2014 21:21:24 +0800 Subject: remove release depends from release target --- Makefile.common | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index c935dd0..b4cfbe8 100644 --- a/Makefile.common +++ b/Makefile.common @@ -131,7 +131,6 @@ debug: $(OUTPUT_BINARY_DIRECTORY)/$(OUTPUT_FILENAME).bin $(OUTPUT_BINARY_DIRE .PHONY: release # release: OUTPUT_FILENAME:=$(OUTPUT_FILENAME)-release -release: clean release: CFLAGS += -DNDEBUG -O3 release: ASMFLAGS += -DNDEBUG -O3 release: $(OUTPUT_BINARY_DIRECTORY)/$(OUTPUT_FILENAME).bin $(OUTPUT_BINARY_DIRECTORY)/$(OUTPUT_FILENAME).hex -- cgit v1.2.3