ref: 915befc8a258da8337f7329437fe819d5ce18a22 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