export JIKESPATH = /home/robot;$(CLASSPATH)

.PHONY: all

all:
	make -C data
	make -C server
	make -C client


