aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-11-05 12:05:15 -0700
committerSelene ToyKeeper2023-11-05 12:05:15 -0700
commit1d195f9740bf2fbadd360f571ff9fbf411fae1c7 (patch)
treeb1ecf7b7c1532be9e12b5c03d6b3e2737cfb361b /make
parentdocs: added info on contributing, fixed minor formatting issues (diff)
downloadanduril-1d195f9740bf2fbadd360f571ff9fbf411fae1c7.tar.gz
anduril-1d195f9740bf2fbadd360f571ff9fbf411fae1c7.tar.bz2
anduril-1d195f9740bf2fbadd360f571ff9fbf411fae1c7.zip
make clean: don't remove files in arch/dfp/
Diffstat (limited to 'make')
-rwxr-xr-xmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/make b/make
index d0d1a5d..8d3d801 100755
--- a/make
+++ b/make
@@ -54,8 +54,8 @@ function main() {
help
;;
clean)
- echo 'rm -vf **/*.hex **/*~ **/*.elf **/*.o **/*.cpp'
- rm -vf **/*.hex **/*~ **/*.elf **/*.o **/*.cpp
+ echo 'rm -vf **/*~ hex/*.hex ui/**/*.elf ui/**/*.o ui/**/*.cpp'
+ rm -vf **/*~ hex/*.hex ui/**/*.elf ui/**/*.o ui/**/*.cpp
;;
dfp)
shift