ref: 612866dd4e41726fa1d66bb7f9dbfa39e1dfa9e2
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