all: @(cd server; make) @(cd client; make) clean cl: @(cd server; make clean) @(cd client; make clean) rebuild rb: cl all