aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-10-18 18:04:41 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-10-18 18:04:41 +0200
commit9432a991bc3acd3fbc61468529aa0d620320ea75 (patch)
tree81c985662063822489d984455a708f218d18e118 /Makefile
parent6e1cdd5eef34745223212ec154f2c0ff56f1f88c (diff)
added menu_add/menu_remove commands
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f75b79d..65a2760 100644
--- a/Makefile
+++ b/Makefile
@@ -32,8 +32,8 @@ uzbl-core: ${OBJ}
@echo LINKING object files
@${CC} -o $@ ${OBJ} ${LDFLAGS}
@echo ... done.
- #@echo Stripping binary
- #@strip $@
+ @echo Stripping binary
+ @strip $@
@echo ... done.