shithub: scc

ref: 9c6d70a63e38b5c92ae26e0e9ff19b585f7ff0e1
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