add 2 missing tools

This commit is contained in:
tTh
2024-11-15 17:47:09 +01:00
parent 0b8cf14126
commit d298f63e7e
4 changed files with 133 additions and 0 deletions

View File

@@ -29,6 +29,12 @@ genplot2: genplot2.c $(DEPS) fonctions.o
#-----------------------------------------------------------------
tga_plotmap: tga_plotmap.c $(DEPS) fonctions.o
gcc $(CFLAGS) $< ../libtthimage.a fonctions.o -lm -o $@
tga_plothisto: tga_plothisto.c $(DEPS) fonctions.o
gcc $(CFLAGS) $< ../libtthimage.a fonctions.o -lm -o $@
tga_to_text: tga_to_text.c $(DEPS) fonctions.o
gcc $(CFLAGS) $< ../libtthimage.a fonctions.o -lm -o $@