7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-28 20:00:49 +00:00
tutor/deploy/Makefile
2019-01-07 08:10:30 +01:00

6 lines
175 B
Makefile

.PHONY: env
PWD = $$(pwd)
env: ## Generate the environment from templates and configuration values
@$(MAKE) -s -C .. substitute TEMPLATES=$(PWD)/templates OUTPUT=$(PWD)/env