ref: 0221fe4f3687d2482eceacdc21ae7389f4634640 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