How do you declare a variable in a makefile?
do so for:
CC=clang
CFLAGS = -Wall
What are the main sections needed in a makeFile?
Make file: what would the object declaration look like for modules main, node?

Makefile: what would be the main compilation for your main program linkedList using :

Makefile: what would the clean script look like for your linkedList makefile?
