more cleanup...
This commit is contained in:
@@ -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 $@
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user