Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 0123a0f

Browse files
committed
common.mak: Also clean Windows debug files.
1 parent f39678b commit 0123a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ffbuild/common.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ $(TOOLOBJS): | tools
162162

163163
OUTDIRS := $(OUTDIRS) $(dir $(OBJS) $(HOBJS) $(HOSTOBJS) $(SLIBOBJS) $(TESTOBJS))
164164

165-
CLEANSUFFIXES = *.d *.gcda *.gcno *.h.c *.ho *.map *.o *.pc *.ptx *.ptx.c *.ver *.version *$(DEFAULT_X86ASMD).asm *~
165+
CLEANSUFFIXES = *.d *.gcda *.gcno *.h.c *.ho *.map *.o *.pc *.ptx *.ptx.c *.ver *.version *$(DEFAULT_X86ASMD).asm *~ *.ilk *.pdb
166166
LIBSUFFIXES = *.a *.lib *.so *.so.* *.dylib *.dll *.def *.dll.a
167167

168168
define RULES

0 commit comments

Comments
 (0)