1 2 3 4 5 6 7 8
# -*-Makefile-*- SUBDIRS += ccan ccan/list ccan/str CCAN_OBJS = list/list.o str/str.o CCAN=ccan/built-in.a $(CCAN): $(CCAN_OBJS:%=ccan/%)