lnsocket

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

commit 40911ed4a715f13adb18f13949839a58f64dc18e
parent 23c1f25cb21418fdbaed7a9578c136461bd60a09
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 24 Mar 2022 09:43:02 -0700

make: more tweaks

Signed-off-by: William Casarin <jb55@jb55.com>

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

diff --git a/Makefile b/Makefile @@ -181,11 +181,11 @@ gocheck: go test ./lnsocket.go ctest: test.o $(DEPS) - @echo "ld test" + @echo "ld $@" @$(CC) $(CFLAGS) test.o $(OBJS) $(ARS) $(LDFLAGS) -o $@ lnrpc: lnrpc.o $(DEPS) - @echo "ld lnrpc" + @echo "ld $@" @$(CC) $(CFLAGS) lnrpc.o $(OBJS) $(ARS) $(LDFLAGS) -o $@ target/js/lnsocket.wasm: target/tmp/js/lnsocket.js