shithub: scc

ref: 11c2f9d8aedc5338cdb03b6c53d9461e12f9aaaa
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