From 58d3af6632c5af4f2e1dcbe20e6a5ced2aae15b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Mon, 1 Aug 2022 23:47:40 +0200 Subject: [PATCH] Remove TAB at end of line --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):