aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-05-31 21:06:56 +1200
committerDavid <dbphillipsnz@gmail.com>2014-05-31 21:06:56 +1200
commit2747e2b658b2f27897a80345cb3afb196c0e7c3b (patch)
tree7109f7783715b54036043d0395f90c33a6ea2d4b /Makefile
parent6faf4635230843b995276e7cb5183a2118f4434b (diff)
downloadparamano-2747e2b658b2f27897a80345cb3afb196c0e7c3b.tar.xz
Added strip section to Makefile (saves 9kb heh)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
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
+
+########################################################################
########################################################################