add patterns files

This commit is contained in:
tTh 2024-08-15 13:39:00 +02:00
parent 1750225cf9
commit 1b442ece82

View File

@ -3,7 +3,8 @@
set -e set -e
SRC="testtga.c essais.c operat.c image.c effects.c tele_2.c calculs.c" 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" FLOW="cflow.txt"