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