diff options
| author | Selene ToyKeeper | 2023-11-03 11:18:08 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-11-03 11:18:08 -0600 |
| commit | bd98c148a580713ff85a1d0c68f1378021f7c063 (patch) | |
| tree | 9f5799e3de78ade54d27a7eb34fe088c2a56f3ee /make | |
| parent | renamed tk*.h in file contents, and deleted unused files (diff) | |
| download | anduril-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 'make')
| -rwxr-xr-x | make | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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." |
