when you type this command, the program "make" will look for a file called "string.c" to compile into the executable "string"
if you type the command "make hello" , the program make will look for a file called "hello.c" and compile it into the executable "hello"
[Source: Harvard, CS50]
No comments:
Post a Comment