subdirs= freechat-client/ server/ # for now we just build everything normally all: for dir in $(subdirs);do \ $(MAKE) -C $$dir; \ done