Minor fix to userspace-rcu Makefile
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 21 Apr 2009 17:30:39 +0000 (13:30 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Tue, 21 Apr 2009 17:30:39 +0000 (13:30 -0400)
Small update to the Makefile to allow it to clean up more completely.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Makefile

index 70709acad6eb8575c650dc6da9878dd5e1e306dc..386856f9f5161848a9fba7e446860728e3b8682b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -53,4 +53,4 @@ urcutorture-yield: urcutorture.c urcu-yield.o urcu.h rcutorture.h
 
 clean:
        rm -f *.o test_urcu test_urcu_timing test_rwlock_timing urcu-asm.S \
-               test_urcu_yield
+               test_urcu_yield urcutorture urcutorture-yield
This page took 0.024754 seconds and 4 git commands to generate.