mirror of
https://github.com/mbierlee/mirage-config.git
synced 2025-01-18 06:12:50 +01:00
Add valueSubstitutionExample to all examples
This commit is contained in:
parent
6ea996cd08
commit
b1d25f6191
1 changed files with 2 additions and 1 deletions
3
makefile
3
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
|
||||
|
|
Loading…
Reference in a new issue