summaryrefslogtreecommitdiff
path: root/ffbuild
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2020-03-19 00:35:21 +0100
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2020-03-21 18:46:00 +0100
commit0123a0fd140a8d56cb5a8d19a1b5d116b442b800 (patch)
tree6cbb5b223caf418e39cc566ffe1b7e6216ddae79 /ffbuild
parentf39678b3a99eb8f1503aed9fa26f3ef117d174e7 (diff)
downloadffmpeg-0123a0fd140a8d56cb5a8d19a1b5d116b442b800.tar.gz
common.mak: Also clean Windows debug files.
Diffstat (limited to 'ffbuild')
-rw-r--r--ffbuild/common.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffbuild/common.mak b/ffbuild/common.mak
index 7355508ea0..a60d27c9bd 100644
--- a/ffbuild/common.mak
+++ b/ffbuild/common.mak
@@ -162,7 +162,7 @@ $(TOOLOBJS): | tools
OUTDIRS := $(OUTDIRS) $(dir $(OBJS) $(HOBJS) $(HOSTOBJS) $(SLIBOBJS) $(TESTOBJS))
-CLEANSUFFIXES = *.d *.gcda *.gcno *.h.c *.ho *.map *.o *.pc *.ptx *.ptx.c *.ver *.version *$(DEFAULT_X86ASMD).asm *~
+CLEANSUFFIXES = *.d *.gcda *.gcno *.h.c *.ho *.map *.o *.pc *.ptx *.ptx.c *.ver *.version *$(DEFAULT_X86ASMD).asm *~ *.ilk *.pdb
LIBSUFFIXES = *.a *.lib *.so *.so.* *.dylib *.dll *.def *.dll.a
define RULES