January 18, 2011 Making Sense of 'make' Back

Using 'make' to Compile C Source Code

[6exercise]

        #include <stdio.h>
        main()
        { printf("Hello world\n"); }
continued...


Home Last TOC Copyright © 2011 James E Keenan Back Next