From f79c814f82425a206bf3b6260f82e54db75c691e Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 5 Mar 2019 19:49:15 +0100 Subject: Explain that this has to be built from a git clone Fixes #1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9d5cf96..d7b053a 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ encpipe: $(OBJ) $(CC) $(CFLAGS) -o encpipe $(OBJ) ext/libhydrogen/hydrogen.c: - git submodule update --init + gidt submodule update --init || echo "** Make sure you cloned the repository **" >&2 install: all -$(STRIP) --strip-all encpipe 2> /dev/null || $(STRIP) encpipe 2> /dev/null -- cgit v1.2.3-70-g09d2