From 77c3dd85ece0cb56e632a9eb4b335e24a33a8b7f Mon Sep 17 00:00:00 2001 From: Joachim Schleicher Date: Fri, 20 Jan 2012 15:12:29 +0100 Subject: fix indentation This should be a comment. Instead it is printed together with the 'upload' target, when idented. --- Sprinter/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Sprinter') diff --git a/Sprinter/Makefile b/Sprinter/Makefile index af1e6a7..639cf1b 100644 --- a/Sprinter/Makefile +++ b/Sprinter/Makefile @@ -155,7 +155,7 @@ upload: applet/$(TARGET).hex $(AVRDUDE) $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH) - # Display size of file. +# Display size of file. HEXSIZE = $(SIZE) --target=$(FORMAT) applet/$(TARGET).hex ELFSIZE = $(SIZE) applet/$(TARGET).elf sizebefore: @@ -198,7 +198,7 @@ extcoff: $(TARGET).elf .elf.sym: $(NM) -n $< > $@ - # Link: create ELF output file from library. +# Link: create ELF output file from library. applet/$(TARGET).elf: applet/core.a applet/$(TARGET).cpp $(CC) $(ALL_CFLAGS) -Wl,--gc-sections -o $@ applet/$(TARGET).cpp -L. applet/core.a $(LDFLAGS) -- cgit v1.2.1