remove $(STRIP) leftover from Makefile

Use only the `strip` target fort stripping the binary.
This commit is contained in:
Jan Chren 2019-08-03 22:09:16 +00:00 committed by GitHub
parent 9d4498e7b3
commit 176187c1ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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