Added remove lib directory and re-create it again to build_sdk to do a clean clean build

Esse commit está contido em:
autolab
2012-05-16 15:01:09 -07:00
commit 10a829add1
+1 -1
Ver Arquivo
@@ -1,4 +1,4 @@
#!/bin/sh
mkdir lib && cd ARDroneLib/Soft/Build && make clean && make && cp -f targets_versions/*/*.a ../../../lib/
rm -rf ./lib && mkdir lib && cd ARDroneLib/Soft/Build && make clean && make && cp -f targets_versions/*/*.a ../../../lib/
cd ../../../