+ alpha tool

This commit is contained in:
tth
2022-06-28 22:28:05 +02:00
parent 81611a3491
commit 00c6e55e6a
6 changed files with 272 additions and 3 deletions

View File

@@ -14,6 +14,9 @@ all: foo testtga
7seg.o: 7seg.c $(DEPS)
alpha.o: alpha.c $(DEPS)
alpha2.o: alpha2.c $(DEPS)
basic_io.o: basic_io.c $(DEPS)
bitblt.o: bitblt.c $(DEPS)
bmp.o: bmp.c $(DEPS) bmp.h
@@ -128,6 +131,7 @@ zoom.o: zoom.c $(DEPS)
#-----------------------------------------------------------------
OBJECTS = 7seg.o \
alpha.o alpha2.o \
basic_io.o bitblt.o bmp.o \
cadres2.o cadres3.o cadres4.o cadres84.o cadresbox.o \
cadres.o \