diff options
| author | 2019-04-09 17:51:37 -0600 | |
|---|---|---|
| committer | 2019-04-09 17:51:37 -0600 | |
| commit | f2fb14d7f3b81c3a4debd4eb6fda93e6a39f0346 (patch) | |
| tree | 57b34006942122eb2cd93693b91b42236e216d2e /Makefile | |
| parent | a11249087f66bf7df575d44ac969137a6f54c19f (diff) | |
| download | tweetpipe-f2fb14d7f3b81c3a4debd4eb6fda93e6a39f0346.tar.gz | |
Fix typo
Diffstat (limited to 'Makefile')
| -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 |