mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-05-24 14:09:03 -04:00
Updated clean command to remove all object files.
This commit is contained in:
parent
5f8b420aa5
commit
975f102de9
|
@ -103,6 +103,7 @@ $(ARM_OBJ) : %.o : %.c $(LDSCRIPT) Makefile
|
|||
$(CC) -c $(CFLAGS) $< -o $@
|
||||
|
||||
clean :
|
||||
rm -rf $(ARM_OBJ) $(THUMB_OBJ)
|
||||
touch Makefile
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue