diff options
| author | 2019-04-23 23:32:11 +0200 | |
|---|---|---|
| committer | 2019-04-23 23:32:11 +0200 | |
| commit | bd967df818c1d385d72c959ab2c3e24ddf5d0709 (patch) | |
| tree | 06bc7f46d14526c614fb3c798f35e23f82dad74d | |
| parent | 59a15677932e6e78b6ab20ab70fa5399e8ada8fd (diff) | |
| parent | f2fb14d7f3b81c3a4debd4eb6fda93e6a39f0346 (diff) | |
| download | tweetpipe-bd967df818c1d385d72c959ab2c3e24ddf5d0709.tar.gz | |
Merge pull request #3 from danrabinowitz/fix-typo
Fix typo
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |