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