From 83aa4dc832570a302b491f0322661fb8ab867717 Mon Sep 17 00:00:00 2001 From: "Paul E. McKenney" Date: Tue, 21 Apr 2009 13:30:39 -0400 Subject: [PATCH] Minor fix to userspace-rcu Makefile Small update to the Makefile to allow it to clean up more completely. Signed-off-by: Paul E. McKenney Signed-off-by: Mathieu Desnoyers --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 70709ac..386856f 100644 --- 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 -- 2.34.1