blob: b132f9dde025080062e9129a79ee2921951a9006 [file] [log] [blame]
Norman James6a58a272015-10-07 14:34:16 -05001# -*-Makefile-*-
2
3SUBDIRS += ccan ccan/list ccan/str
4CCAN_OBJS = list/list.o str/str.o
5CCAN=ccan/built-in.o
6
7$(CCAN): $(CCAN_OBJS:%=ccan/%)
8