# Linked list assignment The linked list stuff is in node.c and higher level list functions in llist.c. Build with make: ``` make ``` To build and run ``` make run ``` To clean up when we are done. ``` make clean ```