mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-08-05 12:44:11 +00:00
Updated clean command to remove all object files.
This commit is contained in:
@@ -103,6 +103,7 @@ $(ARM_OBJ) : %.o : %.c $(LDSCRIPT) Makefile
|
||||
$(CC) -c $(CFLAGS) $< -o $@
|
||||
|
||||
clean :
|
||||
rm -rf $(ARM_OBJ) $(THUMB_OBJ)
|
||||
touch Makefile
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user