C Language Compile
since 28 April, 1999 last modified 28 April, 1999


Compile Option

Modular Compile

If there are two C source files to be complied to a exe file, the following steps can make it.

Compile with a Makefile

The modular compile can be done with the following makefile.

eastasia : korea.o japan.o
[TAB] cc korea.o japan.o -o eastasia

An explanation of the Makefile

Macros in Makefile



Korean Engineering Databases © copyright Namchul Do, 1999