libtthimage/Tests/Makefile

15 lines
379 B
Makefile
Raw Normal View History

2022-07-07 12:52:00 +02:00
#-----------------------------------------------------------------
include ../Paramakes.mk
DEPS = ../tthimage.h ../Paramakes.mk Makefile
all: t_t16x24
#-----------------------------------------------------------------
t_t16x24: t_t16x24.c $(DEPS) ../libtthimage.a
gcc $(CFLAGS) $< ../libtthimage.a -o $@
#-----------------------------------------------------------------