diff options
Diffstat (limited to 'pbr/1.2.textured/build.sh')
-rwxr-xr-x | pbr/1.2.textured/build.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pbr/1.2.textured/build.sh b/pbr/1.2.textured/build.sh deleted file mode 100755 index 5c5427f..0000000 --- a/pbr/1.2.textured/build.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -. ../../config -TARGET='textured' -set -x -gcc -o $TARGET $CFLAGS $INCLUDE $LFLAGS $TARGET.c $LIBS |