shithub: scc

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