Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

About this example

This example shows a C program compilation and run using a Makefile.

Requirements

You should have a compiler installed. Ubuntu Linux:

apt-get install build-essential

Run

Open a terminal and type:

sh run.sh

Output

A typical output should look like this one.

compiling ..
gcc -o application main.c functions.c -I.
running..
Helo there!