summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-27 19:17:24 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-27 19:17:24 +0000
commit7349effe2ef831ae22af1d4ac26c831d03a82d60 (patch)
tree221c41ad311ace503a2b90858446c1b8f98a343b /Gui
parent0f3bc505c3cd6337ed0032a318867524dbc132bd (diff)
downloadmpv-7349effe2ef831ae22af1d4ac26c831d03a82d60.tar.bz2
mpv-7349effe2ef831ae22af1d4ac26c831d03a82d60.tar.xz
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12708 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/Makefile b/Gui/Makefile
index 1fd87559fe..db2567f031 100644
--- a/Gui/Makefile
+++ b/Gui/Makefile
@@ -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
#