ref: b86fdca96b49c9000d32995a427f2ac8fad4ef6a 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