The simplest way to run cflow is to navigate to the directory of interest and launch the command on the source files contained therein. For example:
cd ~/os161/src/kern/main
cflow --include=s *.c
This command tells cflow to generate a direct call graph and to include all static symbols.
For more information on controlling cflow output, visualizing the graphs it generates and integrating it with makefiles, read here.