From 2747e2b658b2f27897a80345cb3afb196c0e7c3b Mon Sep 17 00:00:00 2001
From: David <dbphillipsnz@gmail.com>
Date: Sat, 31 May 2014 21:06:56 +1200
Subject: Added strip section to Makefile (saves 9kb heh)

---
 Makefile | 8 ++++++++
 1 file changed, 8 insertions(+)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index d6218c2..eae2be7 100644
--- a/Makefile
+++ b/Makefile
@@ -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
+	
+########################################################################
 	
 
 ########################################################################
-- 
cgit v1.1