build: Remove the wrappers directory on clean
This commit is contained in:
parent
6dd9da05c7
commit
52e0ec92b7
@ -125,6 +125,7 @@ clean-wrappers:
|
||||
rm -f $$unit$(SHEXT) ; \
|
||||
rm -f wrappers/$$unit$(SHEXT) ; \
|
||||
done \
|
||||
&& rmdir wrappers \
|
||||
&& rm -f unit-tests \
|
||||
&& rm -f $(top_builddir)/build/win32/*.bat \
|
||||
&& rm -f stamp-test-conformance
|
||||
|
Loading…
Reference in New Issue
Block a user