]> git.saurik.com Git - wxWidgets.git/blobdiff - src/zlib/makefile.b32
latest CW additions
[wxWidgets.git] / src / zlib / makefile.b32
index e45999b188e969da23088a25002599e79d890ddb..256f7fffa1e8d18ef24cde815c3fd11c48e1b3af 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)
@@ -102,6 +104,6 @@ test: example.exe minigzip.exe
        echo hello world | minigzip | minigzip -d 
 
 clean:
-       del *.obj
-       del *.exe
-        del $(LIBTARGET)
+       erase *.obj
+       erase *.exe
+    erase $(LIBTARGET)