diff options
Diffstat (limited to 'advanced_opengl/build')
-rwxr-xr-x | advanced_opengl/build | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/advanced_opengl/build b/advanced_opengl/build deleted file mode 100755 index 4829c7d..0000000 --- a/advanced_opengl/build +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -targets=$(ls) -for target in $targets ; do - if [ $target != 'build.sh' ] ; then - cd $target - ./build.sh - cd .. - fi -done |