ref: 5e7b55dcc252f28c5c21b347dadaa8209fd061bb dir: /lib/Makefile/
OBJS = die.o xcalloc.o xmalloc.o xrealloc.o xstrdup.o all: libcc.a libcc.a: $(OBJS) ar r $@ $? clean: rm -f *.o *.a