heap: sort.o swap.o heap.o init.o dump.o CC -o heap sort.o swap.o heap.o init.o dump.o sort.o: array.h heapMain.C CC -cg heapMain.C -o sort.o swap.o: array.h swap.C CC -cg -O0 swap.C heap.o: array.h heap.C CC -cg -O0 heap.C init.o: array.h heap.init.C CC -cg heap.init.C -o init.o dump.o: array.h dump.C CC -cg dump.C