ref: 54e92032ca6a63fe2175a9784eaa656e09b03774 dir: /lib/Makefile/
OBJS = die.o xcalloc.o xmalloc.o xrealloc.o xstrdup.o CPPFLAGS = -I../inc all: libcc.a($(OBJS)) clean: rm -f *.o *.a