Convert 'nim genDepend' output to a makefile line

Created on 2022-10-06T09:46:54-05:00

Return to the Index

This card can also be read via Gemini.

nim genDepend zub.nim
cat zub.deps | grep (pwd) | sed 's/'(string replace -a "/" "\\/" (pwd))'\///' | xargs | sed 's/^/zub: /