all:
	gcc hello_list.c -o hello_list

clean:
	rm -f hello_list
