targets = test_mmap all : $(targets) $(targets) : $$@.C CC $(CFLAGS) -o $@ $@.C clean : /bin/rm -f $(targets)