Closed xonixx closed 10 months ago
@define AAA 'aaa' @goal g @depends_on pg @args "$AAA" @depends_on pg @args "$BBB" @define BBB 'bbb' @goal pg @params V echo "$V"
$ ./makesure -f tmp/m7.sh -l Available goals: g pg@aaa pg@
Should show pg@aaa and pg@bbb
pg@aaa
pg@bbb
Should show
pg@aaa
andpg@bbb