shithub: scc

ref: 8cc7f57a951c9807a7d55cbb7ed1a9cb456930e2
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