mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-16 18:15:09 +00:00
6 lines
175 B
Makefile
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
|