shithub: scc

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