very simple command in my makefile
something:
curl "the_verified_url" -O "full_path_to_file"
gives me
curl: (3) URL using bad/illegal format or missing URL
Makefile:35: recipe for target 'something' failed
make: *** [savetradesdbscheme] Error 3
but running it plainly in the cmd works like a charm. What gives ?