diff options
author | Jan Chren <dev.rindeal+github.com@gmail.com> | 2019-08-03 22:09:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-03 22:09:16 +0000 |
commit | 176187c1ed009c02e226c969c3c548001f7ed634 (patch) | |
tree | 8032b6d5758fcbb05e99072eea0118f9269f90bd /Makefile | |
parent | 9d4498e7b30b5421fffee4aa13740b0a27c743d5 (diff) | |
download | nnn-176187c1ed009c02e226c969c3c548001f7ed634.tar.gz |
remove $(STRIP) leftover from Makefile
Use only the `strip` target fort stripping the binary.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |