main:
	clang main.c list.o

clean:
	rm -f a.out
