summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Frank Denis <124872+jedisct1@users.noreply.github.com>2019-04-23 23:32:11 +0200
committerGravatar GitHub <noreply@github.com>2019-04-23 23:32:11 +0200
commitbd967df818c1d385d72c959ab2c3e24ddf5d0709 (patch)
tree06bc7f46d14526c614fb3c798f35e23f82dad74d
parent59a15677932e6e78b6ab20ab70fa5399e8ada8fd (diff)
parentf2fb14d7f3b81c3a4debd4eb6fda93e6a39f0346 (diff)
downloadtweetpipe-bd967df818c1d385d72c959ab2c3e24ddf5d0709.tar.gz
Merge pull request #3 from danrabinowitz/fix-typo
Fix typo
-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