lnsocket

A minimal C library for connecting to the lightning network
git clone git://jb55.com/lnsocket
Log | Files | Refs | Submodules | README | LICENSE

commit 18862d34754b314687b5139d0497ee9efafe2c76
parent 8bd27e0aeb68e503135cdf6b2dc5a88ffc94ecd1
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 22 Jan 2022 12:58:06 -0800

update make targets

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -8,7 +8,7 @@ ARS=deps/secp256k1/.libs/libsecp256k1.a deps/libsodium/src/libsodium/.libs/libso OBJS=sha256.o hkdf.o hmac.o sha512.o lnsocket.o error.o handshake.o crypto.o bigsize.o DEPS=$(OBJS) config.h -all: test +all: test lnrpc deps/libsodium/.git: @tools/refresh-submodules.sh $(SUBMODULES) @@ -62,7 +62,7 @@ tags: fake find . -name '*.c' -or -name '*.h' | xargs ctags clean: fake - rm -f test lnsocket $(DEPS) + rm -f test lnrpc $(DEPS) deepclean: clean rm -f $(ARS) deps/secp256k1/src/libsecp256k1-config.h