]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fix typo in win32/Makefile.msc.
authorMark Adler <madler@alumni.caltech.edu>
Sun, 14 Apr 2013 00:54:57 +0000 (17:54 -0700)
committerMark Adler <madler@alumni.caltech.edu>
Sun, 14 Apr 2013 00:54:57 +0000 (17:54 -0700)
win32/Makefile.msc

index aaf208240b104d8165ff9f1aa4aa3ad8486b06db..67b773171da2dc4a5623f44e40dba573c2f9f8e5 100644 (file)
@@ -40,7 +40,7 @@ OBJA =
 
 # targets
 all: $(STATICLIB) $(SHAREDLIB) $(IMPLIB) \
-     $example.exe minigzip.exe example_d.exe minigzip_d.exe
+     example.exe minigzip.exe example_d.exe minigzip_d.exe
 
 $(STATICLIB): $(OBJS) $(OBJA)
        $(AR) $(ARFLAGS) -out:$@ $(OBJS) $(OBJA)