I want to compile cpp project in vscode and I write "make to terminal after that I have a error :enter image description here What do you think about this error .How I solve this?
I can't compile even printf cpp files.Thank you.
It's because you don't have make installed on your computer. To install it, follow these steps:
pacman -S make
And ready to use :)