From bd49bd525f4c6c6c15c4142bf42d1dd38be6fc16 Mon Sep 17 00:00:00 2001 From: pryazha Date: Sun, 19 Jan 2025 17:33:44 +0500 Subject: initial commit --- blending/build.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 blending/build.sh (limited to 'blending/build.sh') diff --git a/blending/build.sh b/blending/build.sh new file mode 100755 index 0000000..2385b32 --- /dev/null +++ b/blending/build.sh @@ -0,0 +1,5 @@ +#!/bin/sh +. ../config +TARGET='blending' +set -x +gcc -o $TARGET $CFLAGS $INCLUDE $LFLAGS $TARGET.c $LIBS && ./$TARGET -- cgit v1.2.3