OBJS = Read.o Write.o Stata.o STD =

%.o: %.c

cc $(STD) -Wall $*.c -c -o $@

all: $(OBJS)

cc $(STD) $(OBJS) -Wall -o stata_c_test