changeset 6948:ab51ddbec0e1

small rule to strip binaries in source dir (24MB mplayer binary is a bit klugdy for non debug-work :)
author atmos4
date Wed, 07 Aug 2002 21:51:10 +0000
parents ab1bf337d8b0
children 81f6cbfc33ce
files Makefile
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Aug 07 18:24:25 2002 +0000
+++ b/Makefile	Wed Aug 07 21:51:10 2002 +0000
@@ -280,6 +280,9 @@
 	-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: