Skip to content

Commit 9b703f2

Browse files
committed
Fix typo in win32/Makefile.msc.
1 parent 5d33c62 commit 9b703f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/Makefile.msc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ OBJA =
4040

4141
# targets
4242
all: $(STATICLIB) $(SHAREDLIB) $(IMPLIB) \
43-
$example.exe minigzip.exe example_d.exe minigzip_d.exe
43+
example.exe minigzip.exe example_d.exe minigzip_d.exe
4444

4545
$(STATICLIB): $(OBJS) $(OBJA)
4646
$(AR) $(ARFLAGS) -out:$@ $(OBJS) $(OBJA)

0 commit comments

Comments
 (0)