TryHuge: HugeInt.o HugeIntMain.o
	CC HugeInt.o HugeIntMain.o -o TryHuge

HugeInt.o: HugeInt.cc HugeInt.h
	CC -g -c HugeInt.cc

HugeIntMain.o: HugeIntMain.cc HugeInt.h
	CC -g -c HugeIntMain.cc
