all:
	go build .

clean:
	rm -f get_tree
