# Makefile for runoff_string.cpp # Ray S. Babcock, CS210, MSU-Bozeman # 1/16/03 # all: runoff_string runoff_string_fixed string_constant length.cpp runoff_string: runoff_string.cpp g++ -o runoff_string runoff_string.cpp runoff_string_fixed: runoff_string_fixed.cpp g++ -o runoff_string_fixed runoff_string_fixed.cpp string_constant: string_constant.cpp g++ -o string_constant string_constant.cpp length: length.cpp g++ -o length length.cpp