From 1b442ece82045f8014e5b38676383ecb4b85252b Mon Sep 17 00:00:00 2001 From: tTh Date: Thu, 15 Aug 2024 13:39:00 +0200 Subject: [PATCH] add patterns files --- Lib/utility.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Lib/utility.sh b/Lib/utility.sh index d2c59ca..8dd8d9a 100755 --- a/Lib/utility.sh +++ b/Lib/utility.sh @@ -3,7 +3,8 @@ set -e SRC="testtga.c essais.c operat.c image.c effects.c tele_2.c calculs.c" -SRC="$SRC dither.c television.c" +SRC="$SRC dither.c television.c rgbmask.c sobel4.c tga.c patterns*.c" +echo $SRC ; echo FLOW="cflow.txt"