From 6f9ab1f55fd54beab7f0999a69b80ef92fe63722 Mon Sep 17 00:00:00 2001 From: pryazha Date: Tue, 15 Jul 2025 16:15:26 +0500 Subject: finish ssao --- advanced_lighting/3.2.point_shadows/build | 5 ----- advanced_lighting/3.2.point_shadows/build.sh | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100755 advanced_lighting/3.2.point_shadows/build create mode 100755 advanced_lighting/3.2.point_shadows/build.sh (limited to 'advanced_lighting/3.2.point_shadows') diff --git a/advanced_lighting/3.2.point_shadows/build b/advanced_lighting/3.2.point_shadows/build deleted file mode 100755 index bf934b6..0000000 --- a/advanced_lighting/3.2.point_shadows/build +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -. ../../config -TARGET='point_shadows' -set -x -gcc -o $TARGET $CFLAGS $INCLUDE $LFLAGS $TARGET.c $LIBS diff --git a/advanced_lighting/3.2.point_shadows/build.sh b/advanced_lighting/3.2.point_shadows/build.sh new file mode 100755 index 0000000..bf934b6 --- /dev/null +++ b/advanced_lighting/3.2.point_shadows/build.sh @@ -0,0 +1,5 @@ +#!/bin/sh +. ../../config +TARGET='point_shadows' +set -x +gcc -o $TARGET $CFLAGS $INCLUDE $LFLAGS $TARGET.c $LIBS -- cgit v1.2.3-70-g09d2