i can now read a few portable pixmap, the P6 type

This commit is contained in:
2019-06-29 19:33:23 +02:00
parent 998aee43fb
commit ea70dd78f6
4 changed files with 67 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ AR=ar
all: $(OBJS) ../libfloatimg.a
t: t.c ../libfloatimg.a $(DEPS)
gcc $(COPT) $< ../libfloatimg.a -o $@
# --------------------------------------------
../libfloatimg.a: $(OBJS)