ref: 4f26471416516e201f2d0efdfb87f601a5682134 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