contest/
contest/Merc21/
contest/Merc21/log/
contest/Merc21/player/
contest/doc/
contest/example/Merc21/
contest/example/Merc21/log/
contest/example/Merc21/player/
contest/example/doc/
contest/example/standalone/
contest/standalone/
# Specify whether or not you want to use gdb.
#CC      = g++ -Wall -ansi -pedantic -O
CC      = gcc -Wall -ansi -pedantic -O

# List the object files.
O_FILES = test.o deck.o hand.o card.o

glad:	$(O_FILES)
	rm -f ./contest
	$(CC) -o ./contest $(O_FILES)