Makefile
-- First, make a copy of this Makefile into your lab 5 directory; then type
"make array_math_test" to test your array_math program; then type "make
read_strings" to test your read_strings program. In order for all this to
work, your compiled programs must be named "array_math" and "read_strings", NOT
a.out or some other name
Sample input data files for array_math and read_strings, used in the Makefile
test runs:
NOTE:Since this is a lab, you don't need to get
your output formatted exactly like these examples. The examples are here to
give you an idea of what your output is supposed to look like.