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