From 6fddb97ee46beb43616617d7a77b1430c761cb78 Mon Sep 17 00:00:00 2001 From: tTh Date: Fri, 16 Aug 2024 13:06:51 +0200 Subject: [PATCH] re-enable tga_info --- Tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/Makefile b/Tools/Makefile index c97c987..5f71913 100644 --- a/Tools/Makefile +++ b/Tools/Makefile @@ -81,8 +81,8 @@ tga_extract: tga_extract.c $(DEPS) fonctions.o gcc $(CFLAGS) $< ../libtthimage.a fonctions.o -lm -o $@ -# tga_info: tga_info.c $(DEPS) fonctions.o -# gcc $(CFLAGS) $< ../libimage.a fonctions.o -lm -o $@ +tga_info: tga_info.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 $@