mirror of
https://github.com/cesanta/mongoose.git
synced 2025-07-24 14:16:15 +08:00
Apply a deeper cleanser
This commit is contained in:
parent
e4566518b2
commit
99f1f749cf
2
Makefile
2
Makefile
@ -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
|
||||
|
@ -10,5 +10,4 @@ build: | $(NAME)
|
||||
make -C $(NAME) build
|
||||
|
||||
clean:
|
||||
make -C $(NAME) clean
|
||||
rm -rf $(NAME)
|
||||
|
Loading…
Reference in New Issue
Block a user