mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-24 21:56:28 +08:00
fix(codes/c): Fix compilation error of list.c
caused by renaming.
This commit is contained in:
parent
2ff4c00fea
commit
78b4c4f029
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
add_executable(array array.c)
|
||||
add_executable(linked_list linked_list.c)
|
||||
add_executable(list list.c)
|
||||
add_executable(my_list my_list.c)
|
Loading…
Reference in a new issue