OBJP2=trees$(O)+zutil$(O)+inflate$(O)+infblock$(O)+inftrees$(O)+infcodes$(O)
OBJP3=infutil$(O)+inffast$(O)
-all: test
+# all: test
+
+all: $(LIBTARGET)
adler32.obj: adler32.c zutil.h zlib.h zconf.h
$(CC) $(CFLAGS) $*.c
echo hello world | minigzip | minigzip -d >test
type test
-clean:
+clean: .SYMBOLIC
-erase *.obj
-erase *.exe
-erase $(LIBTARGET)