I have //here/is$/my/file
(note the $) as a file location and, within a GNUmakefile, I specify
OutputFile = //here/is$/my/file
The problem is that I need to escape the $ somehow. I've tried \$ without success.
Does anyone know how to do this?
Use $$:
OutputFile = //here/is$$/my/file
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With