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

11 lines
148 B
Makefile
Raw Normal View History

2018-09-20 16:44:46 +00:00
.PHONY: frontend
frontend:
$(MAKE) -C frontend/ build
backend:
$(MAKE) -C backend/ build
2018-09-30 11:08:31 +00:00
.PHONY: todo
todo:
ag TODO frontend/src/ backend/src/