all:
	cflow2dot -i hello_simple.c -f png

build:
	gcc hello_simple.c
