mustafakemalgilor/hadouken

Add file dependency parameter specification for make_target() function

Opened this issue · 0 comments

File dependency specification can be used to specify file dependencies. This parameter will not configure the file, it will copy the file without altering it.

  • Created target might be depending to another file being present in working directory (data, configuration etc.)

Expected behavior:

  • Listed files will be copied into working directory.