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