Apply a deeper cleanser

This commit is contained in:
Sergio R. Caprile 2023-01-20 11:19:20 -03:00
parent e4566518b2
commit 99f1f749cf
2 changed files with 1 additions and 2 deletions

View File

@ -183,4 +183,4 @@ mongoose.h: $(HDRS) Makefile
clean:
rm -rf $(PROG) *.exe *.o *.dSYM *_test* ut fuzzer *.gcov *.gcno *.gcda *.obj *.exe *.ilk *.pdb slow-unit* _CL_* infer-out data.txt crash-* test/packed_fs.c pack arduino tmp
@for X in $(EXAMPLES); do $(MAKE) -C $$X clean; done
find examples -maxdepth 3 -name zephyr -prune -o -name Makefile -print | xargs dirname | xargs -n1 make clean -C

View File

@ -10,5 +10,4 @@ build: | $(NAME)
make -C $(NAME) build
clean:
make -C $(NAME) clean
rm -rf $(NAME)