Remove TAB at end of line

This commit is contained in:
Mario Hüttel 2022-08-01 23:47:40 +02:00
parent 6d3afeb075
commit 58d3af6632

View File

@ -53,7 +53,7 @@ default: $(TARGET).elf
#Linking #Linking
$(TARGET).elf: $(OBJ) $(ASOBJ) $(TARGET).elf: $(OBJ) $(ASOBJ)
@$(CC) $(LFLAGS) $(LIBRARYPATH) -o $@ $^ $(LIBRARIES) @$(CC) $(LFLAGS) $(LIBRARYPATH) -o $@ $^ $(LIBRARIES)
@$(SIZE) $@ @$(SIZE) $@
#Compiling #Compiling
$(OBJ): $(OBJ):