Remove TAB at end of line
This commit is contained in:
2
Makefile
2
Makefile
@@ -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):
|
||||||
|
Reference in New Issue
Block a user