aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Jan Chren <dev.rindeal+github.com@gmail.com>2019-08-03 22:09:16 +0000
committerGravatar GitHub <noreply@github.com>2019-08-03 22:09:16 +0000
commit176187c1ed009c02e226c969c3c548001f7ed634 (patch)
tree8032b6d5758fcbb05e99072eea0118f9269f90bd /Makefile
parent9d4498e7b30b5421fffee4aa13740b0a27c743d5 (diff)
downloadnnn-176187c1ed009c02e226c969c3c548001f7ed634.tar.gz
remove $(STRIP) leftover from Makefile
Use only the `strip` target fort stripping the binary.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a2d22dd..8f57c93 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