summaryrefslogtreecommitdiff
path: root/framebuffers/build.sh
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-01-19 17:33:44 +0500
committerpryazha <pryadeiniv@mail.ru>2025-01-19 17:33:44 +0500
commitbd49bd525f4c6c6c15c4142bf42d1dd38be6fc16 (patch)
tree9e69f473c34b53e9e57d8af1873c39698bf5c80e /framebuffers/build.sh
initial commit
Diffstat (limited to 'framebuffers/build.sh')
-rwxr-xr-xframebuffers/build.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/framebuffers/build.sh b/framebuffers/build.sh
new file mode 100755
index 0000000..970a5da
--- /dev/null
+++ b/framebuffers/build.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+. ../config
+TARGET='framebuffers'
+set -x
+gcc -o $TARGET $CFLAGS $INCLUDE $LFLAGS $TARGET.c $LIBS && ./$TARGET