makefile


all: main

main: main.c list.c list.h

gcc -o main main.c list.c