summaryrefslogtreecommitdiffstats
path: root/ccan/Makefile.inc
blob: 36e75774a716f636184dd9f6e99c1b5879d47913 (plain)
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/%)

OpenPOWER on IntegriCloud