ref: e74d7631c72644f14aec7b55e6bf69ad7a51a6fd
dir: /lib/Makefile/
# See LICENSE file for copyright and license details. .POSIX: include ../config.mk OBJS = debug.o die.o newitem.o xcalloc.o xmalloc.o xrealloc.o xstrdup.o all: libcc.a libcc.a: $(OBJS) ar $(ARFLAGS) $@ $? ranlib $@ clean: rm -f *.o *.a