10 lines
149 B
Plaintext
10 lines
149 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
rm -f CMakeCache.txt
|
||
|
rm -f RS41HUP.bin
|
||
|
rm -f RS41HUP.hex
|
||
|
rm -f RS41HUP.map
|
||
|
rm -f cmake_install.cmake
|
||
|
rm -f Makefile
|
||
|
rm -rf CMakeFiles/*
|