summaryrefslogtreecommitdiff
path: root/advanced_opengl/5.framebuffers/build.sh
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-06-15 16:11:31 +0500
committerpryazha <pryadeiniv@mail.ru>2025-06-15 16:11:31 +0500
commit9d944f26d359e4bc1ffd8e44350b0df9f0935b18 (patch)
tree9759a83a76ab741a587b99f00c2463eafd05d813 /advanced_opengl/5.framebuffers/build.sh
parentd65ddd07a43d5ffdcf2ddf90d6f86626cf9b92d8 (diff)
something
Diffstat (limited to 'advanced_opengl/5.framebuffers/build.sh')
-rwxr-xr-xadvanced_opengl/5.framebuffers/build.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/advanced_opengl/5.framebuffers/build.sh b/advanced_opengl/5.framebuffers/build.sh
deleted file mode 100755
index cb55ebf..0000000
--- a/advanced_opengl/5.framebuffers/build.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-. ../../config
-TARGET='framebuffers'
-set -x
-gcc -o $TARGET $CFLAGS $INCLUDE $LFLAGS $TARGET.c $LIBS