# kjr * April 6, 2017 CC=g++ tree: tree.o $(CC) -o tree tree.o tree.o: tree.c $(CC) -c tree.c clean: rm tree.o rm tree.exe