third massive import batch
This commit is contained in:
24
Tools/Makefile
Normal file
24
Tools/Makefile
Normal file
@@ -0,0 +1,24 @@
|
||||
#-----------------------------------------------------------------
|
||||
#
|
||||
# Fabrication des outils - nouvelle version 26 juin 2022
|
||||
#
|
||||
#-----------------------------------------------------------------
|
||||
|
||||
include ../Paramakes.mk
|
||||
|
||||
DEPS = ../tthimage.h Makefile
|
||||
|
||||
all: tga_tools
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
|
||||
fonctions.o: fonctions.c
|
||||
gcc $(CFLAGS) -c $<
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
|
||||
tga_tools: tga_tools.c $(DEPS) fonctions.o
|
||||
gcc $(CFLAGS) $< ../libimage.a fonctions.o -o $@
|
||||
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
Reference in New Issue
Block a user