From 176187c1ed009c02e226c969c3c548001f7ed634 Mon Sep 17 00:00:00 2001 From: Jan Chren Date: Sat, 3 Aug 2019 22:09:16 +0000 Subject: [PATCH] remove $(STRIP) leftover from Makefile Use only the `strip` target fort stripping the binary. --- Makefile | 1 - 1 file changed, 1 deletion(-) 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