CS 2204: UNIX
Fall 2001
Example Makefiles from lecture 7:
To test these Makefiles yourself, download them into a directory, then
create empty files called main.c,
iodat.c, and dorun.c
in that directory. Then type the commands:
make -f Makefile1 -n program
make -f Makefile2 -n program
make -f Makefile3 -n program
to see what commands make would run using these Makefiles.