git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12708 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2004-06-27 19:17:24 +00:00
parent 0f3bc505c3
commit 7349effe2e
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ $(LIB): .depend $(OBJS)
all: $(LIB)
clean:
rm -rf $(OBJS) *.o *~ *.bak main $(PRG) $(LIB) .depend
rm -rf $(OBJS) *.o *~ *.bak main $(LIB) .depend
#dep: depend
#