all: @(cd connect; make) @(cd http; make) @(cd httpd; make) clean: @(cd connect; make clean) @(cd http; make clean) @(cd httpd; make clean)