Browse Source

common.mak: Also clean Windows debug files.

tags/n4.3
Carl Eugen Hoyos 5 years ago
parent
commit
0123a0fd14
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ffbuild/common.mak

+ 1
- 1
ffbuild/common.mak View File

@@ -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


Loading…
Cancel
Save