From f2fb14d7f3b81c3a4debd4eb6fda93e6a39f0346 Mon Sep 17 00:00:00 2001 From: Dan Rabinowitz Date: Tue, 9 Apr 2019 17:51:37 -0600 Subject: Fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d7b053a..14ba802 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ encpipe: $(OBJ) $(CC) $(CFLAGS) -o encpipe $(OBJ) ext/libhydrogen/hydrogen.c: - gidt submodule update --init || echo "** Make sure you cloned the repository **" >&2 + git 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