aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rwxr-xr-xmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/make b/make
index 79a6d96..2221ffe 100755
--- a/make
+++ b/make
@@ -52,8 +52,8 @@ function main() {
help
;;
clean)
- echo 'rm -vf **/*.hex **/*~ **/*.elf **/*.o'
- rm -vf **/*.hex **/*~ **/*.elf **/*.o
+ echo 'rm -vf **/*.hex **/*~ **/*.elf **/*.o **/*.cpp'
+ rm -vf **/*.hex **/*~ **/*.elf **/*.o **/*.cpp
;;
flash)
echo "Not implemented yet."