Fix typo in win32/Makefile.msc.

This commit is contained in:
Mark Adler 2013-04-13 17:54:57 -07:00
parent 5d33c62c7d
commit 9b703f2000

View 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)