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