blob: b132f9dde025080062e9129a79ee2921951a9006 [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/%)