ref: 886bd49d93db4ea06014b50df0827f3788584259 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