Hi I'm trying to create a Makefile for the first time but I have some problems...I run this in the terminal to compile my project "g++ -I/mingw64/include/ncurses -o filename filename.cpp -lncurses -L/mingw64/bin -static", What the make file should be?
the error:make : Term 'make' not recognized as name of cmdlet, function, executable program or script file. Check the spelling of the name or verify that the path is included and correct, then try again. Line:1 machine:1
- do
-
+ CategoryInfo : ObjectNotFound: (make:String) [], CommandNotFoundException + FullyQualifiedErrorId: CommandNotFoundException
I don't know what i wrote there, I just followed a tutorial :/