have makefile.unix clean up src/webp/*~ too

Change-Id: Ida17b92346055b197fe6ccb60a9ac223ddd46f90
This commit is contained in:
Pascal Massimino 2012-01-06 06:38:05 +00:00 committed by James Zern
parent 2e74ec8b5f
commit b8375abd08

View File

@ -132,6 +132,7 @@ clean:
src/dsp/*.o src/dsp/*~ \
src/utils/*.o src/utils/*~ \
src/mux/*.o src/mux/*~ \
src/webp/*~ man/*~ doc/*~ swig/*~ \
examples/*.o examples/*~
superclean: clean