4 lines
135 B
Bash
Executable File
4 lines
135 B
Bash
Executable File
#!/bin/bash
|
|
cp Makefile Makefile.sav
|
|
rm -rf build/ Core/ Drivers/ Makefile Makefile-bak startup_stm32f103xb.s STM32F103C8Tx_FLASH.ld
|