shithub: scc

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