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