ref: 5a05103353eb4b3c5fa387cfb287b781fd06359b dir: /lib/Makefile/
include ../config.mk 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