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

7 lines
92 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