Other uses of
Make
- The make
utility is
very flexible
- You can use make
to
automate
many different projects
beside
compiling
a C program !
- Anecdote:
- Emory students who needs to
write an
honor thesis in the
CS department have
automated
the type setting commands
with make
|
|
In the next set of
slides, I will
show you how to
automate the
compilation of
hello.c using
Make