From 8d110b291d44726a58e82ab2d36fe685b4cb0911 Mon Sep 17 00:00:00 2001 From: Arturo Vargas Date: Mon, 12 Aug 2024 14:13:36 -0700 Subject: [PATCH] clean up pass --- Intro_Tutorial/lessons/10_raja_kernel/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Intro_Tutorial/lessons/10_raja_kernel/README.md b/Intro_Tutorial/lessons/10_raja_kernel/README.md index 7cbc3b8..9b5895b 100644 --- a/Intro_Tutorial/lessons/10_raja_kernel/README.md +++ b/Intro_Tutorial/lessons/10_raja_kernel/README.md @@ -68,6 +68,6 @@ When you have finished making your changes, uncomment the COMPILE define on line then compile and run the code: ``` -$ make raja_kernel -$ ./bin/raja_kernel +$ make 10_raja_kernel +$ ./bin/10_raja_kernel ```