all: write.out read.out write.out: write.c gcc write.c -o write.out read.out: read.c gcc read.c -o read.out