Backround
I have been coding (mostly C) on Linux so far but i want to be able to code on Windows as well. So i searched for a better editor than notepad and found Visual Studio Code that has extensions to make your life easier.
Problem
I wanted to use a makefile with the command make for more complex compilations of my .c files, but it doesn't seem to recognize the command make no matter what extensions i tried for Visual Studio Code nor from the embeded terminal.