Fix typo in win32/Makefile.msc.
This commit is contained in:
parent
5d33c62c7d
commit
9b703f2000
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user