merge: sort.o swap.o merge.o init.o dump.o CC -o merge sort.o swap.o merge.o init.o dump.o sort.o: array.h mergeMain.C CC -c mergeMain.C -o sort.o swap.o: array.h swap.C CC -c -O0 swap.C merge.o: array.h merge.C CC -c -O0 merge.C init.o: array.h merge.init.C CC -c merge.init.C -o init.o dump.o: array.h dump.C CC -c dump.C