]> git.saurik.com Git - wxWidgets.git/blobdiff - src/zlib/makefile.b32
Additional makefiles; changes for compilation with BC++ and GnuWin32
[wxWidgets.git] / src / zlib / makefile.b32
index e45999b188e969da23088a25002599e79d890ddb..e388b4a1c3857643e4b79bc8dfc63d2d9afc0a2f 100644 (file)
@@ -85,8 +85,10 @@ example.obj: example.c zlib.h zconf.h
 minigzip.obj: minigzip.c zlib.h zconf.h
        $(CC) -c $(CFLAGS) $*.c
 
+lib:    $(LIBTARGET)
+
 # we must cut the command line to fit in the MS/DOS 128 byte limit:
-$(LIBTARGET: $(OBJ1) $(OBJ2)
+$(LIBTARGET): $(OBJ1) $(OBJ2)
        del $(LIBTARGET)
        $(LIB) $(LIBTARGET) +$(OBJP1)
        $(LIB) $(LIBTARGET) +$(OBJP2)