shithub: scc

ref: 4e05c8d89c382a02992de4fad24c034d333bec2c
dir: /lib/Makefile/

View raw version

OBJS = die.o xcalloc.o xmalloc.o xrealloc.o xstrdup.o

all: libcc.a

.POSIX:

libcc.a: $(OBJS)
	ar r $@ $?

clean:
	rm -f *.o *.a