diff options
| author | 2017-12-30 12:49:11 +0100 | |
|---|---|---|
| committer | 2017-12-30 12:49:11 +0100 | |
| commit | aa536adba77d7036a16fb5908d3c7022ac33cd03 (patch) | |
| tree | a12c06245143bd02b0a23da4dad48881dbf6c73b | |
| parent | 55336e98456fa55da2fd975a737c1b40d85eee6e (diff) | |
| download | tweetpipe-aa536adba77d7036a16fb5908d3c7022ac33cd03.tar.gz | |
Try --strip-all
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ encpipe: $(OBJ) $(CC) $(CFLAGS) -o encpipe $(OBJ) install: bin - -$(STRIP) encpipe 2> /dev/null + -$(STRIP) --strip-all encpipe 2> /dev/null || $(STRIP) encpipe 2> /dev/null mkdir -p $(PREFIX)/bin install -o 0 -g 0 -m 0755 encpipe $(PREFIX)/bin 2> /dev/null || install -m 0755 encpipe $(PREFIX)/bin |