Skip to content

Commit 1dbe001

Browse files
authored
Merge pull request #24 from ocinq/master
Makefile : adding ccan/asort.o target and binary
2 parents 49ebed7 + bcdab60 commit 1dbe001

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ CCAN_OBJS := \
5757
ccan-crypto-ripemd160.o \
5858
ccan-crypto-sha256.o \
5959
ccan-crypto-shachain.o \
60+
ccan-asort.o \
6061
ccan-err.o \
6162
ccan-hash.o \
6263
ccan-htable.o \
@@ -358,6 +359,8 @@ ccan-take.o: $(CCANDIR)/ccan/take/take.c
358359
$(CC) $(CFLAGS) -c -o $@ $<
359360
ccan-list.o: $(CCANDIR)/ccan/list/list.c
360361
$(CC) $(CFLAGS) -c -o $@ $<
362+
ccan-asort.o: $(CCANDIR)/ccan/asort/asort.c
363+
$(CC) $(CFLAGS) -c -o $@ $<
361364
ccan-read_write_all.o: $(CCANDIR)/ccan/read_write_all/read_write_all.c
362365
$(CC) $(CFLAGS) -c -o $@ $<
363366
ccan-str.o: $(CCANDIR)/ccan/str/str.c

0 commit comments

Comments
 (0)