blob: 546891b6232892b71ee8a8dcdf82b08f5113e4ca [file] [log] [blame]
# -*-Makefile-*-
SUBDIRS += ccan ccan/list ccan/str ccan/heap
CCAN_OBJS = list/list.o str/str.o heap/heap.o
CCAN=ccan/built-in.a
$(CCAN): $(CCAN_OBJS:%=ccan/%)