aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Dan Rabinowitz <djr@DanielRabinowitz.com>2019-04-09 17:51:37 -0600
committerGravatar Dan Rabinowitz <djr@DanielRabinowitz.com>2019-04-09 17:51:37 -0600
commitf2fb14d7f3b81c3a4debd4eb6fda93e6a39f0346 (patch)
tree57b34006942122eb2cd93693b91b42236e216d2e /Makefile
parenta11249087f66bf7df575d44ac969137a6f54c19f (diff)
downloadtweetpipe-f2fb14d7f3b81c3a4debd4eb6fda93e6a39f0346.tar.gz
Fix typo
Diffstat (limited to 'Makefile')
-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