shithub: scc

ref: 1b4e19b40cb3bbd1e85e4e612174c029cb82a0a1
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