mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
Merge pull request #24 from ocinq/master
Makefile : adding ccan/asort.o target and binary
This commit is contained in:
commit
1dbe001fdc
3
Makefile
3
Makefile
@ -57,6 +57,7 @@ CCAN_OBJS := \
|
||||
ccan-crypto-ripemd160.o \
|
||||
ccan-crypto-sha256.o \
|
||||
ccan-crypto-shachain.o \
|
||||
ccan-asort.o \
|
||||
ccan-err.o \
|
||||
ccan-hash.o \
|
||||
ccan-htable.o \
|
||||
@ -358,6 +359,8 @@ ccan-take.o: $(CCANDIR)/ccan/take/take.c
|
||||
$(CC) $(CFLAGS) -c -o $@ $<
|
||||
ccan-list.o: $(CCANDIR)/ccan/list/list.c
|
||||
$(CC) $(CFLAGS) -c -o $@ $<
|
||||
ccan-asort.o: $(CCANDIR)/ccan/asort/asort.c
|
||||
$(CC) $(CFLAGS) -c -o $@ $<
|
||||
ccan-read_write_all.o: $(CCANDIR)/ccan/read_write_all/read_write_all.c
|
||||
$(CC) $(CFLAGS) -c -o $@ $<
|
||||
ccan-str.o: $(CCANDIR)/ccan/str/str.c
|
||||
|
Loading…
Reference in New Issue
Block a user