ref: 275a2ef9b9df16b5b5d7811fe0748bf0a3842743 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