summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@"