shithub: scc

ref: 2d9f4dcdec7a6a85817ec1a58b7f106aa9f43b0d
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