aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-10-05 17:53:07 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-10-05 17:53:07 +0200
commit0af3f8df7dae115317ba6967a9df798a41c1c069 (patch)
tree3973f62cf8b9cc3798e6a173010d11ec464b8356 /Makefile
parent3d37212af16dee6c6dc8031f5b89c891d2271c4a (diff)
strip uzbl-core binary by default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 635253b..167881f 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,9 @@ uzbl-core: ${OBJ}
@echo LINKING object files
@${CC} -o $@ ${OBJ} ${LDFLAGS}
@echo ... done.
+ @echo Stripping binary
+ @strip $@
+ @echo ... done.