xonixx/makesure

Ability to reference `@define`d variables in parameterized dependencies

xonixx opened this issue · 0 comments

xonixx commented

Now we need to copy-paste the version: 1, 2.

What is needed:

@define A=123

@goad g @params X
 echo "$X"

@goal default
@depends_on g @args "$A" 
@depends_on g @args A