aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Rob <rob.manea@gmail.com>2010-02-19 11:58:26 +0100
committerGravatar Rob <rob.manea@gmail.com>2010-02-19 11:58:26 +0100
commitc75131a8aa68e9c373c2752b84fd3d8c4bbf5b41 (patch)
tree63d415d1d6ec05f5c4b892191a37220a50bdd9a4 /Makefile
parent292012e2ab6a327c239501324e3eed28f151f0f7 (diff)
fixed tests target in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b77f6f..79a7297 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ RUN_PREFIX?=$(PREFIX)
force:
# When compiling unit tests, compile uzbl as a library first
-tests: ${OBJ} force
+tests: ${TOBJ} force
$(CC) -shared -Wl ${OBJ} -o ./tests/libuzbl-core.so
cd ./tests/; $(MAKE)