
targets = wc ios strstream

all : $(targets)

$(targets)  : $$@.C
	CC -o $@ $@.C


clean :
	/bin/rm -f $(targets)
