CC=g++ CFLAGS=-g account: main.o Game.o Account.o Dice.o Base.o g++ main.o Game.o Account.o Dice.o Base.o -o monopoly main.o: main.C Game.h Game.o: Game.C Game.h Account.h Dice.h Base.h Account.o: Account.C Account.h Base.h Dice.o: Dice.C Dice.h Base.h Base.o: Base.C Base.h