shithub: scc

ref: 9f48a2b2f9a3e56759e52f609bbc9f1dcd5f7b9d
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