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-06-06 20:31:40 +1200
commit4634e137f7c1ab4a06ae6b6e808510159be55000 (patch)
tree383ff07b44a9cefc451b6a5f3ad11899da9ca9f3 /Makefile
parent3bd4c965bb128267544f49b1c0e7fd06e3a5d9b8 (diff)
downloadparamano-4634e137f7c1ab4a06ae6b6e808510159be55000.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
+
+########################################################################
########################################################################