diff options
-rwxr-xr-x | build_release | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build_release b/build_release index 185c102..cb85c39 100755 --- a/build_release +++ b/build_release @@ -9,7 +9,7 @@ fi if [ $OS = "Linux" ]; then cd sdl ./configure - make clean all + make all cd .. rm -rf lib mkdir lib @@ -21,7 +21,7 @@ if [ $OS = "Linux" ]; then ln -s "$sdl" libSDL2.so cd .. cd glew - make clean all + make all cd .. fi |