]> git.saurik.com Git - wxWidgets.git/blobdiff - src/zlib/makefile.wat
some kbd handling fixes (some problems still persist)
[wxWidgets.git] / src / zlib / makefile.wat
index e8ee232db440486835005d78aacdff56aa47c804..7f62708415ae694a946ad57305682154ab283d92 100644 (file)
@@ -29,7 +29,9 @@ OBJP1=adler32$(O)+compress$(O)+crc32$(O)+gzio$(O)+uncompr$(O)+deflate$(O)
 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
@@ -99,7 +101,7 @@ test: minigzip.exe example.exe
        echo hello world | minigzip | minigzip -d >test
        type test
 
-clean:
+clean: .SYMBOLIC
        -erase *.obj
        -erase *.exe
         -erase $(LIBTARGET)