mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 20:48:07 +00:00
Fix make veryclean.
This commit is contained in:
parent
c80568fd26
commit
c81322ec8b
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ clean-libvpx:
|
|||
veryclean-libvpx:
|
||||
-cd $(BUILDER_BUILD_DIR)/$(libvpx_dir) && make distclean
|
||||
cd $(BUILDER_SRC_DIR)/$(libvpx_dir) \
|
||||
&& git clean -f && git reset --hard && rm patched.stamp
|
||||
&& git clean -f && git reset --hard && rm -f patched.stamp
|
||||
rm -rf $(BUILDER_BUILD_DIR)/$(libvpx_dir)
|
||||
|
||||
clean-makefile-libvpx:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue