programming:make
This is an old revision of the document!
Table of Contents
Programming - Make
Basic Example
Create a C program
Create a Makefile
- Makefile
hello: hello.c
Run Make
make
returns:
cc hello.c -o hello
NOTE: This compiles the C program.
programming/make.1612449253.txt.gz · Last modified: 2021/02/04 14:34 by peter