From: Jan Chren Date: Sat, 3 Aug 2019 22:09:16 +0000 (+0000) Subject: remove $(STRIP) leftover from Makefile X-Git-Tag: v2.6~9^2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=176187c1ed009c02e226c969c3c548001f7ed634;p=nnn.git remove $(STRIP) leftover from Makefile Use only the `strip` target fort stripping the binary. --- diff --git a/Makefile b/Makefile index a2d22dd5..8f57c936 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,6 @@ debug: $(SRC) norl: $(SRC) $(CC) -DNORL $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(BIN) $^ $(LDLIBS) - $(STRIP) $(BIN) install: all $(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/bin