shithub: scc

ref: 9c45c2b5f383585dedcede18b0d0cac97b27ab1c
dir: /lib/Makefile/

View raw version

OBJS = die.o xcalloc.o xmalloc.o xrealloc.o xstrdup.o
CPPFLAGS = -I../inc

all: libcc.a($(OBJS))

clean:
	rm -f *.o *.a