ref: 4698e1692871826efbc031b0d2c9991ea8ee6be5 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