all: adder.c multi.c viewer.c common.c gcc -o adder adder.c common.c gcc -o multi multi.c common.c gcc -o viewer viewer.c common.c