diff options
author | David <dbphillipsnz@gmail.com> | 2014-05-31 21:06:56 +1200 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-06-06 20:31:40 +1200 |
commit | 4634e137f7c1ab4a06ae6b6e808510159be55000 (patch) | |
tree | 383ff07b44a9cefc451b6a5f3ad11899da9ca9f3 /Makefile | |
parent | 3bd4c965bb128267544f49b1c0e7fd06e3a5d9b8 (diff) | |
download | paramano-4634e137f7c1ab4a06ae6b6e808510159be55000.tar.xz |
Added strip section to Makefile (saves 9kb heh)
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 + +######################################################################## ######################################################################## |