]> Sergey Matveev's repositories - nnn.git/commitdiff
remove $(STRIP) leftover from Makefile
authorJan Chren <dev.rindeal+github.com@gmail.com>
Sat, 3 Aug 2019 22:09:16 +0000 (22:09 +0000)
committerGitHub <noreply@github.com>
Sat, 3 Aug 2019 22:09:16 +0000 (22:09 +0000)
Use only the `strip` target fort stripping the binary.

Makefile

index a2d22dd58a32d490eb11a565262c874a6129af5d..8f57c936feb9f2d4b3c88c58a6d5620b09434e3f 100644 (file)
--- 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