all: drawtree
	echo All up to date

drawtree: drawtree.c
	gcc -g -o drawtree drawtree.c
