From b1d25f61914a2ed96f33dcda4fb74ea7df69dd7d Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Thu, 29 Sep 2022 02:30:49 +0300 Subject: [PATCH] Add valueSubstitutionExample to all examples --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 096b9db..591453e 100644 --- a/makefile +++ b/makefile @@ -11,7 +11,8 @@ test: clean: dub clean -run-examples: run-jsonExample +run-examples: run-jsonExample \ + run-valueSubstitutionExample run-jsonExample: dub run --build=release --config=jsonExample