shithub: scc

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