[ad_1]
This is my Makefile
and project structure.
I want to put the object files in obj
folder and the executables in out
folder.
I am using gcc
from mingw
, and Windows 10
OS.
When I run the Makefile from Poweshell
it gives the following error:
If this syntax is wrong what shall be the correct syntax ?
[ad_2]