Convert 'nim genDepend' output to a makefile line
Created on 2022-10-06T09:46:54-05:00
nim genDepend zub.nim cat zub.deps | grep (pwd) | sed 's/'(string replace -a "/" "\\/" (pwd))'\///' | xargs | sed 's/^/zub: /
Created on 2022-10-06T09:46:54-05:00
nim genDepend zub.nim cat zub.deps | grep (pwd) | sed 's/'(string replace -a "/" "\\/" (pwd))'\///' | xargs | sed 's/^/zub: /