more cleanup...

This commit is contained in:
tTh
2023-01-31 00:21:05 +01:00
parent ca0acf0c26
commit d260117865
8 changed files with 40 additions and 18 deletions

View File

@@ -199,7 +199,10 @@ testbmp: testbmp.c $(DEPS) ../libtthimage.a
essais.o: essais.c $(DEPS) essais.h
gcc $(CFLAGS) $< -c
testtga: testtga.c $(DEPS) ../libtthimage.a essais.o
testtga.o: testtga.c testtga.c $(DEPS)
gcc $(CFLAGS) $< -c
testtga: testtga.o ../libtthimage.a essais.o
gcc $(CFLAGS) $< essais.o ../libtthimage.a -lm -o $@
#-----------------------------------------------------------------