television compiled
This commit is contained in:
@@ -8,7 +8,8 @@ include ../Paramakes.mk
|
||||
|
||||
DEPS = ../tthimage.h Makefile
|
||||
|
||||
all: tga_cadre tga_effects tga_filtres tga_tools
|
||||
all: tga_cadre tga_effects tga_filtres tga_tools \
|
||||
tga_television
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
|
||||
@@ -26,6 +27,9 @@ tga_effects: tga_effects.c $(DEPS) fonctions.o
|
||||
tga_filtres: tga_filtres.c $(DEPS) fonctions.o
|
||||
gcc $(CFLAGS) $< ../libimage.a fonctions.o -lm -o $@
|
||||
|
||||
tga_television: tga_television.c $(DEPS) fonctions.o
|
||||
gcc $(CFLAGS) $< ../libimage.a fonctions.o -lm -o $@
|
||||
|
||||
tga_tools: tga_tools.c $(DEPS) fonctions.o
|
||||
gcc $(CFLAGS) $< ../libimage.a fonctions.o -lm -o $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user