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

10 lines
100 B
Makefile
Raw Normal View History

.SUFFIXES: .o .e .c
.e.o:
$(CC) $(CFLAGS) -c -o $@ $*.e
clean:
rm -rf setjmp.o OLIST
setjmp.o: