fix(codes/c): Fix compilation error of `list.c` caused by renaming.
This commit is contained in:
parent
2ff4c00fea
commit
78b4c4f029
|
|
@ -1,3 +1,3 @@
|
||||||
add_executable(array array.c)
|
add_executable(array array.c)
|
||||||
add_executable(linked_list linked_list.c)
|
add_executable(linked_list linked_list.c)
|
||||||
add_executable(list list.c)
|
add_executable(my_list my_list.c)
|
||||||
Loading…
Reference in New Issue