shell: sort.o swap.o shell.o init.o dump.o CC -o shell sort.o swap.o shell.o init.o dump.o sort.o: array.h shellMain.C CC -c shellMain.C -o sort.o swap.o: array.h swap.C CC -c -O0 swap.C shell.o: array.h shell.C CC -c -O0 shell.C init.o: array.h shell.init.C CC -c shell.init.C -o init.o dump.o: array.h dump.C CC -c dump.C