shithub: scc

ref: 63cde7ec0b3cc2c47cf7338ce3cc63b2591b473c
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