a few cleanup + new patterns

This commit is contained in:
tTh
2023-09-22 14:15:52 +02:00
parent 7b10854729
commit 806c9b0071
11 changed files with 76 additions and 22 deletions

View File

@@ -81,7 +81,7 @@ tga_extract: tga_extract.c $(DEPS) fonctions.o
# gcc $(CFLAGS) $< ../libimage.a fonctions.o -lm -o $@
tga_pattern: tga_pattern.c $(DEPS) fonctions.o
gcc $(CFLAGS) $< ../libtthimage.a fonctions.o -lm -o $@
gcc $(CFLAGS) $< ../libtthimage.a fonctions.o -lm -o $@
#-----------------------------------------------------------------