8 lines
123 B
Makefile
8 lines
123 B
Makefile
dst/dev.toml: config/dev.toml
|
|
@mkdir -p $(@D)
|
|
ln -f $< $@
|
|
|
|
dst/prod.toml: config/prod.toml
|
|
@mkdir -p $(@D)
|
|
ln -f $< $@
|