aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
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.