aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-11-03 11:18:08 -0600
committerSelene ToyKeeper2023-11-03 11:18:08 -0600
commitbd98c148a580713ff85a1d0c68f1378021f7c063 (patch)
tree9f5799e3de78ade54d27a7eb34fe088c2a56f3ee /make
parentrenamed tk*.h in file contents, and deleted unused files (diff)
downloadanduril-bd98c148a580713ff85a1d0c68f1378021f7c063.tar.gz
anduril-bd98c148a580713ff85a1d0c68f1378021f7c063.tar.bz2
anduril-bd98c148a580713ff85a1d0c68f1378021f7c063.zip
'./make clean' should remove generated .cpp files too
(C preprocessor output files, used only for debugging)
Diffstat (limited to '')
-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."