diff --git a/codes/c/chapter_array_and_linkedlist/CMakeLists.txt b/codes/c/chapter_array_and_linkedlist/CMakeLists.txt index 144aa2d74..29677a0be 100644 --- a/codes/c/chapter_array_and_linkedlist/CMakeLists.txt +++ b/codes/c/chapter_array_and_linkedlist/CMakeLists.txt @@ -1,3 +1,3 @@ add_executable(array array.c) add_executable(linked_list linked_list.c) -add_executable(list list.c) \ No newline at end of file +add_executable(my_list my_list.c) \ No newline at end of file