summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-09 11:30:26 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-09 11:30:26 +0000
commitbf3fff69ca421ef441a5c06614e71c97178e061d (patch)
tree041e8ae5a76254afdb1eb1abee6f001415721a8b /Makefile
parent8070c8959d0574447fc4fc7fc1c1ab22758b6adb (diff)
downloadmpv-bf3fff69ca421ef441a5c06614e71c97178e061d.tar.bz2
mpv-bf3fff69ca421ef441a5c06614e71c97178e061d.tar.xz
Move TOOLS/cpuinfo.c into the root directory.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22950 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 12e18a1775..78da9fc3ff 100644
--- a/Makefile
+++ b/Makefile
@@ -311,7 +311,7 @@ dep depend: help_mp.h version.h codecs.conf.h
clean:
-rm -f *.o *.a *~
-rm -f mplayer$(EXESUF) mencoder$(EXESUF) codec-cfg$(EXESUF) \
- codecs2html$(EXESUF) codec-cfg-test$(EXESUF) \
+ codecs2html$(EXESUF) codec-cfg-test$(EXESUF) cpuinfo(EXESUF) \
codecs.conf.h help_mp.h version.h
@for a in $(PARTS); do $(MAKE) -C $$a clean; done