diff options
| -rw-r--r-- | Makefile | 2 | ||||
| m--------- | ext/libhydrogen | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -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 diff --git a/ext/libhydrogen b/ext/libhydrogen -Subproject 471b749d336b2e20e20adae9a8f0bb722e2ceda +Subproject c9b4bea198e2057c452b3bfd558753149c8b06d |