aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Frank Denis <github@pureftpd.org>2019-03-05 19:49:15 +0100
committerGravatar Frank Denis <github@pureftpd.org>2019-03-05 19:49:15 +0100
commitf79c814f82425a206bf3b6260f82e54db75c691e (patch)
tree45b94ac39b735e2e7a5b9cbe0edf72e093462c2e /Makefile
parentc1ad16c159abcf111af04ddb392c394a1ae91672 (diff)
downloadtweetpipe-f79c814f82425a206bf3b6260f82e54db75c691e.tar.gz
Explain that this has to be built from a git clone
Fixes #1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d5cf96..d7b053a 100644
--- a/Makefile
+++ b/Makefile
@@ -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