shithub: scc

ref: 6981fdf248be1f4a15a9b8fd0296111fba9ae2dd
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