build:
	mkdir -p ../root/bin
	cd services; \
	make build; \
	cd ..
	cd apps; \
	make build; \
	cd ..