ack/lang/cem/libcc.ansi/headers/Makefile

8 lines
80 B
Makefile
Raw Normal View History

1989-12-18 14:00:32 +00:00
.SUFFIXES: .o .e .c
.e.o:
$(CC) $(CFLAGS) -c -o $@ $*.e
clean:
rm -rf OLIST