shithub: scc

ref: 66a93a10f87bb84426e2cc1ba00bde93cdbd92e6
dir: /lib/Makefile/

View raw version
OBJS = die.o xcalloc.o xmalloc.o xrealloc.o xstrdup.o

all: libcc.a

libcc.a: $(OBJS)
	ar r $@ $?

clean:
	rm -f *.o *.a