We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49ebed7 + bcdab60 commit 1dbe001Copy full SHA for 1dbe001
Makefile
@@ -57,6 +57,7 @@ CCAN_OBJS := \
57
ccan-crypto-ripemd160.o \
58
ccan-crypto-sha256.o \
59
ccan-crypto-shachain.o \
60
+ ccan-asort.o \
61
ccan-err.o \
62
ccan-hash.o \
63
ccan-htable.o \
@@ -358,6 +359,8 @@ ccan-take.o: $(CCANDIR)/ccan/take/take.c
358
359
$(CC) $(CFLAGS) -c -o $@ $<
360
ccan-list.o: $(CCANDIR)/ccan/list/list.c
361
362
+ccan-asort.o: $(CCANDIR)/ccan/asort/asort.c
363
+ $(CC) $(CFLAGS) -c -o $@ $<
364
ccan-read_write_all.o: $(CCANDIR)/ccan/read_write_all/read_write_all.c
365
366
ccan-str.o: $(CCANDIR)/ccan/str/str.c
0 commit comments