shithub: scc

ref: 09fa67e950f46b3c661d5d1e34623b2c7177f6d1
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