diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 | 
1 files changed, 8 insertions, 0 deletions
| @@ -129,6 +129,14 @@ trayfreq.conf:  		-e 's:TRAYFREQ_CONF:$(TRAYFREQ_CONF):g' \  		trayfreq.conf.src > trayfreq.conf  ######################################################################## + + +######################################################################## +# Strip all symbols from binaries +strip: +	strip -s trayfreq trayfreq-set +	 +########################################################################  ######################################################################## | 
