ref: 41765c098e17137abaa8f9e65858b4d03c99db47 dir: /lib/Makefile/
include ../config.mk OBJS = die.o xcalloc.o xmalloc.o xrealloc.o xstrdup.o debug.o all: libcc.a .POSIX: libcc.a: $(OBJS) ar r $@ $? clean: rm -f *.o *.a