From c75131a8aa68e9c373c2752b84fd3d8c4bbf5b41 Mon Sep 17 00:00:00 2001 From: Rob Date: Fri, 19 Feb 2010 11:58:26 +0100 Subject: fixed tests target in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3