ref: be91e9ff3d8d1d06cc92490d7bc1786823068d7c
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