garbage collecting again

This commit is contained in:
tth
2022-07-07 12:52:00 +02:00
parent 6455be4d5b
commit 95beee167d
43 changed files with 343 additions and 341 deletions

14
Tests/Makefile Normal file
View File

@@ -0,0 +1,14 @@
#-----------------------------------------------------------------
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 $@
#-----------------------------------------------------------------