diff --git a/Makefile b/Makefile index 89b0105..cd4f8c3 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ default: $(TARGET).elf #Linking $(TARGET).elf: $(OBJ) $(ASOBJ) @$(CC) $(LFLAGS) $(LIBRARYPATH) -o $@ $^ $(LIBRARIES) - @$(SIZE) $@ + @$(SIZE) $@ #Compiling $(OBJ):