fix(library/Makefile.common): clean remove olean/d files recursively
[skip ci]
This commit is contained in:
parent
94efd51fc5
commit
d8ae285f93
1 changed files with 2 additions and 1 deletions
|
@ -22,4 +22,5 @@ all: $(OLEAN_FILES) $(DEP_FILES)
|
||||||
.PHONY: all clean
|
.PHONY: all clean
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.olean *.d
|
find . -type f -name "*.olean" -delete
|
||||||
|
find . -type f -name "*.d" -delete
|
||||||
|
|
Loading…
Reference in a new issue