aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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