.PHONY: frontend
frontend:
$(MAKE) -C frontend/ build
backend:
$(MAKE) -C backend/ build
.PHONY: todo
todo:
ag TODO frontend/src/ backend/src/