all: parse_flowfile parse_flowfile: @cd src; make all; clean: @cd src; make clean; install: @cd src; make install;