ref: 020554b30192131ab687d5bfb6b89b3518173085 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