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