Yes makefile to make In a./out
Whats the name of the program? Is a program you downloaded from internet? Or is it a program you are programing from 0?
You need something to compile with make
Still trying to setup and make sure am good before practicing the programming course but make don't want to work
Make doesn't work if there's nothing to compile, there's no "empty program" by default kind of thing.
How do I compile make
I don't know
Make is a tool you use to automate compilation, you don't compile make. I think first thing first you need to understand what you're doing. I suggest starting with a link I've sent above and compile a simple program like hello world. When you feel comfortable with this way of compiling, you can find some tutorials on how to utilize make. E.g. this I found in google https://www.geeksforgeeks.org/how-to-use-make-utility-to-build-c-projects/
Just like a command that make should carry out
If you're interested in what an invocation of make actually does, try make -n
Обсуждают сегодня