10 lines
149 B
Bash
Executable File
10 lines
149 B
Bash
Executable File
#!/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/*
|