DIRS =	client	\
	server		

all: $(DIRS)

$(DIRS):
	cd $@
	echo *** $@ *** >>$(MSTOOLS)\samples\rshell.tmp
	nmake -a -i 1>>$(MSTOOLS)\samples\rshell.tmp 2>&1
	cd ..
	
