From 30ed99efa1681d995dc04358accd30e76285a48e Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Thu, 8 Apr 2021 14:04:36 +0300 Subject: [PATCH] mv reason_template.eml.re template.eml.re --- example/r-template/dune | 6 +++--- .../r-template/{reason_template.eml.re => template.eml.re} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename example/r-template/{reason_template.eml.re => template.eml.re} (100%) diff --git a/example/r-template/dune b/example/r-template/dune index 3eaccb4..d8e4705 100644 --- a/example/r-template/dune +++ b/example/r-template/dune @@ -1,8 +1,8 @@ (executable - (name reason_template) + (name template) (libraries dream)) (rule - (targets reason_template.re) - (deps reason_template.eml.re) + (targets template.re) + (deps template.eml.re) (action (run dream_eml %{deps} --workspace %{workspace_root}))) diff --git a/example/r-template/reason_template.eml.re b/example/r-template/template.eml.re similarity index 100% rename from example/r-template/reason_template.eml.re rename to example/r-template/template.eml.re