summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-07 21:51:10 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-07 21:51:10 +0000
commit3db0389115740d7e9549ffb5291413cd80c08930 (patch)
tree347b9c2180b82baa94bf6cf5942c782c72216f63 /Makefile
parent4c1f3fd6d050a91d32ec20b2287f23af05e81dca (diff)
downloadmpv-3db0389115740d7e9549ffb5291413cd80c08930.tar.bz2
mpv-3db0389115740d7e9549ffb5291413cd80c08930.tar.xz
small rule to strip binaries in source dir (24MB mplayer binary is a bit klugdy for non debug-work :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6949 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index efa7f13719..213c925963 100644
--- a/Makefile
+++ b/Makefile
@@ -280,6 +280,9 @@ distclean:
-rm -f *.o *.a .depend configure.log
@for a in $(PARTS); do $(MAKE) -C $$a distclean; done
+strip:
+ strip -s $(ALL_PRG)
+
dep: depend
depend: