mirror of https://github.com/openXC7/prjxray.git
6 lines
143 B
Makefile
6 lines
143 B
Makefile
|
|
clean:
|
||
|
|
for d in $$(find fuzzers minitests experiments -name Makefile -type f); do \
|
||
|
|
(cd $$(dirname $$d) && $(MAKE) clean) || true; \
|
||
|
|
done
|
||
|
|
|