compile: PA4.c buildItems.c initList.c printList.c defs.h
	gcc -Wall PA4.c buildItems.c initList.c printList.c

clean:
	rm a.out



