make.proto 88 B

123456
  1. .SUFFIXES: .o .e .c .m .s
  2. .c.o .e.o .c.m .e.m .c.s .e.s:
  3. $(CC) $(CFLAGS) -c $<
  4. fake: