From 3db0389115740d7e9549ffb5291413cd80c08930 Mon Sep 17 00:00:00 2001 From: atmos4 Date: Wed, 7 Aug 2002 21:51:10 +0000 Subject: 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 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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: -- cgit v1.2.3