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
2018-09-20 18:50:15 +02:00

13 lines
165 B
Makefile

.PHONY: frontend
frontend:
$(MAKE) -C frontend/ build
fwatch:
$(MAKE) -C frontend/ watch
backend:
$(MAKE) -C backend/ build
bstart:
$(MAKE) -C backend/ start