Fix lock -> unlock in synchronize_rcu
[urcu.git] / Makefile
index 8224567af8438f096c1529ef976958849e0bb8dd..566a9421e80aa29e907bf61eba9f4d906f20fc89 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ urcu-asm.o: urcu-asm.c urcu.h
        $(CC) ${CFLAGS} -c -o $@ $(SRC_DEP)
 
 #in progress...
-urcutorture.o: urcutorture.c urcu.o urcu.h rcutorture.h
+urcutorture: urcutorture.c urcu.o urcu.h rcutorture.h
        $(CC) ${CFLAGS} $(LDFLAGS) -o $@ $(SRC_DEP)
 
 .PHONY: clean
This page took 0.022605 seconds and 4 git commands to generate.