ref: 8d0d2c097a87b8d96e107bab9b0c9176e75f89ef 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