tga to text, version 0

This commit is contained in:
tTh
2024-02-27 00:43:44 +01:00
parent 86cb7eaa4a
commit 298643ede5
3 changed files with 62 additions and 1 deletions

View File

@@ -28,6 +28,9 @@ genplot2: genplot2.c $(DEPS) fonctions.o
#-----------------------------------------------------------------
tga_to_text: tga_to_text.c $(DEPS) fonctions.o
gcc $(CFLAGS) $< ../libtthimage.a fonctions.o -lm -o $@
tga_alpha: tga_alpha.c $(DEPS) fonctions.o
gcc $(CFLAGS) $< ../libtthimage.a fonctions.o -lm -o $@