aboutsummaryrefslogtreecommitdiff
path: root/ccan/Makefile.inc
blob: 546891b6232892b71ee8a8dcdf82b08f5113e4ca (plain)
1
2
3
4
5
6
7
8
# -*-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/%)