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