mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
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 $$unit$(SHEXT) ; \
|
||||||
rm -f wrappers/$$unit$(SHEXT) ; \
|
rm -f wrappers/$$unit$(SHEXT) ; \
|
||||||
done \
|
done \
|
||||||
|
&& rmdir wrappers \
|
||||||
&& rm -f unit-tests \
|
&& rm -f unit-tests \
|
||||||
&& rm -f $(top_builddir)/build/win32/*.bat \
|
&& rm -f $(top_builddir)/build/win32/*.bat \
|
||||||
&& rm -f stamp-test-conformance
|
&& rm -f stamp-test-conformance
|
||||||
|
Loading…
Reference in New Issue
Block a user