From 47a7fac29f646c81c2e459b40186fb4e0a4e4640 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Sat, 9 Sep 2017 19:27:38 +0200 Subject: [PATCH] make: Add cli/lightning-cli to default make target Closes #270 Reported-by: @sumBTC Signed-off-by: Christian Decker --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3a1d5ad98..7c66ddd6a 100644 --- a/Makefile +++ b/Makefile @@ -136,7 +136,7 @@ CFLAGS = $(CWARNFLAGS) $(CDEBUGFLAGS) -I $(CCANDIR) $(EXTERNAL_INCLUDE_FLAGS) -I LDLIBS = -lgmp -lsqlite3 $(COVFLAGS) -default: $(ALL_TEST_PROGRAMS) doc-all +default: $(ALL_TEST_PROGRAMS) cli/lightning-cli doc-all include external/Makefile include bitcoin/Makefile