.PHONY: build run test

build:
	$(MAKE) -C .. build-server

run:
	$(MAKE) -C .. dev-server

test:
	$(MAKE) -C .. test-server
