aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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
+
+########################################################################
########################################################################