Home Segments Index Top Previous Next

720: Mainline

With the makefile complete, and named makefile, you need only to issue the following command to have every file in your program brought up to date:

make 

If you wish, you can use another name for your makefile—say Make_analyze_train. Then, you supply that name to the make command:

make Make_analyze_train