fix the window build clean break
This commit is contained in:
parent
5171349f73
commit
79e2f829f4
@ -99,7 +99,7 @@ uninstall-local:
|
|||||||
clean-local:
|
clean-local:
|
||||||
if [ -d $(TARGET_CFG) ]; then rm -rf $(TARGET_CFG); fi
|
if [ -d $(TARGET_CFG) ]; then rm -rf $(TARGET_CFG); fi
|
||||||
if [ -d Debug ]; then rm -rf Debug; fi
|
if [ -d Debug ]; then rm -rf Debug; fi
|
||||||
rm -rf build.log; fi
|
rm -rf build.log
|
||||||
|
|
||||||
distclean-local:
|
distclean-local:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user