fix the window build clean break
This commit is contained in:
@@ -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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user