all : p3 tree

p3 : p3.c
	gcc -o p3 -lglut -ggdb p3.c

tree : tree.c
	gcc -o tree -lglut -ggdb tree.c
