Skip to content
Snippets Groups Projects
Commit 32a19c95 authored by Anjan Chanda's avatar Anjan Chanda
Browse files

remove *.so files in make clean

parent c3bc7a76
Branches
Tags
No related merge requests found
...@@ -64,7 +64,7 @@ tests: ...@@ -64,7 +64,7 @@ tests:
$(MAKE) -C tests all $(MAKE) -C tests all
clean: clean:
rm -f *.o $(EXECS) rm -f *.o *.so $(EXECS)
for i in $(extmod_subdirs); do [ -d $$i ] && $(MAKE) -C $$i clean; done for i in $(extmod_subdirs); do [ -d $$i ] && $(MAKE) -C $$i clean; done
$(MAKE) -C tests clean $(MAKE) -C tests clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment