ref: 06411a4af49b020ced2d40e295afe72605caaec8 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