January 18, 2011
Making Sense of 'make'
Back
Next
Using 'make' to Compile C Source Code
[6exercise]
hello.c
#include <stdio.h> main() { printf("Hello world\n"); }
continued...
Home
Last
TOC
Copyright © 2011 James E Keenan
Back
Next