Add *.sbr files to the clean target.

svn path=/trunk/; revision=40763
This commit is contained in:
Anders Broman 2012-01-29 20:33:58 +00:00
parent 84370fffcb
commit 0179b7dc50
4 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ G711udecode.obj: G711u\G711udecode.c G711u\G711udecode.h G711u\G711utable.h
$(CC) $(CFLAGS) -Fd.\ -c G711u\G711udecode.c /Fo%|fF.obj
clean:
rm -f $(CODEC_OBJECTS) codecs.lib *.pdb
rm -f $(CODEC_OBJECTS) codecs.lib *.pdb *.sbr
distclean: clean

View File

@ -13,7 +13,7 @@ CFLAGS=$(WARNINGS_ARE_ERRORS) -D_U_="" $(LOCAL_CFLAGS)
all : lemon.exe
clean:
rm -f lemon.obj lemon.exe lemon.ilk *.pdb lemon.exe.manifest
rm -f lemon.obj lemon.exe lemon.ilk *.pdb *.sbr lemon.exe.manifest
distclean: clean

View File

@ -59,7 +59,7 @@ clean :
wiretap-*.exp \
wiretap-*.dll \
wiretap-*.dll.manifest \
*.pdb
*.pdb *.sbr
#
# We remove the generated files with "distclean" because one of them,

View File

@ -48,7 +48,7 @@ clean :
libwsutil.exp \
libwsutil.dll \
libwsutil.dll.manifest \
*.pdb
*.pdb *.sbr
distclean: clean