aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-01-24 16:21:11 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-01-24 16:21:11 +0100
commit0cd3f65d05e7d966ff66d2aa97908332eb2d6c06 (patch)
treedfaa9b7d376cba31436e72655df018d128337187 /Makefile
parentc3c4d481079f2a24ea16cd49b785b6f358a28fc9 (diff)
parent67c68ee643eaef16277fa614d873dd558bfdbd04 (diff)
merge in pawelz' authentication handler + some other fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 626d21e..eeb2622 100644
--- a/Makefile
+++ b/Makefile
@@ -34,9 +34,6 @@ uzbl-core: ${TOBJ} # why doesn't ${OBJ} work?
@echo LINKING object files
@${CC} -o $@ ${OBJ} ${LDFLAGS}
@echo ... done.
- @echo Stripping binary
- @strip $@
- @echo ... done.
uzbl-browser: uzbl-core
@@ -92,6 +89,11 @@ clean:
cd ./tests/; $(MAKE) clean
rm -rf ./sandbox/{examples,usr}/
+strip:
+ @echo Stripping binary
+ @strip uzbl-core
+ @echo ... done.
+
install: install-uzbl-core install-uzbl-browser install-uzbl-tabbed
install-uzbl-core: all