From e25510f417cbc1a82f23589f09d1cfda9ea07703 Mon Sep 17 00:00:00 2001 From: Guillaume Knispel Date: Mon, 11 Feb 2013 11:16:54 +0100 Subject: better Makefile target names and prereqs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 43df1cc..20b4025 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ DEPEND = $(SOURCES:.c=.$(BOARD).d) # all the object files OBJECTS = $(SOURCES:.c=.$(BOARD).o) -all: $(TARGET).txt $(TARGET).lst +build: $(TARGET).elf $(TARGET).txt $(TARGET).lst $(TARGET).elf: $(OBJECTS) echo "Linking $@" -- cgit v1.2.3