| Method: |
- Go to the following web site to learn about make files: http://www.gnu.org/software/make/manual/make.html
Look at the sample make
file in the lab files directory. Because we are programming in
c++, the g++ command (c++
compiler) must be used instead of the cc command (c compiler) found
in many of the examples on the website. Note that your file must
be named makefile and
must not have ANY extension. Type the command make and press enter to run it.
Produce a make file to
submit with your Bag lab, and for each lab and/or project that follows.
- Use the rest of your lab period to discuss and work on your Blackjack
project.
|