1
0
mirror of https://github.com/azure-rtos/threadx synced 2025-01-30 08:02:57 +08:00
threadx/test/ports/azrtos_clean_tx_ac5.bat

5 lines
106 B
Batchfile

@ECHO OFF
ECHO INFO: Cleaning %CD%...
DEL *.o *.a *.axf *.map
ECHO INFO: Cleaning completed successfully!