This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
Lateinicus/Makefile
Alexander Polynomdivision adba83f865 build: List all TODOs
2018-09-30 13:08:31 +02:00

11 lines
148 B
Makefile

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