Skip to content

Commit d9637fd

Browse files
jeffhostetlerdscho
authored andcommitted
Makefile: clean up .ilk files when MSVC=1
Signed-off-by: Jeff Hostetler <[email protected]>
1 parent 9c32df5 commit d9637fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3687,12 +3687,15 @@ endif
36873687
ifdef MSVC
36883688
$(RM) $(patsubst %.o,%.o.pdb,$(OBJECTS))
36893689
$(RM) $(patsubst %.exe,%.pdb,$(OTHER_PROGRAMS))
3690+
$(RM) $(patsubst %.exe,%.ilk,$(OTHER_PROGRAMS))
36903691
$(RM) $(patsubst %.exe,%.iobj,$(OTHER_PROGRAMS))
36913692
$(RM) $(patsubst %.exe,%.ipdb,$(OTHER_PROGRAMS))
36923693
$(RM) $(patsubst %.exe,%.pdb,$(PROGRAMS))
3694+
$(RM) $(patsubst %.exe,%.ilk,$(PROGRAMS))
36933695
$(RM) $(patsubst %.exe,%.iobj,$(PROGRAMS))
36943696
$(RM) $(patsubst %.exe,%.ipdb,$(PROGRAMS))
36953697
$(RM) $(patsubst %.exe,%.pdb,$(TEST_PROGRAMS))
3698+
$(RM) $(patsubst %.exe,%.ilk,$(TEST_PROGRAMS))
36963699
$(RM) $(patsubst %.exe,%.iobj,$(TEST_PROGRAMS))
36973700
$(RM) $(patsubst %.exe,%.ipdb,$(TEST_PROGRAMS))
36983701
$(RM) compat/vcbuild/MSVC-DEFS-GEN

0 commit comments

Comments
 (0)