Browse Source

remove $(STRIP) leftover from Makefile

Use only the `strip` target fort stripping the binary.
master
Jan Chren GitHub 5 years ago
parent
commit
176187c1ed
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      Makefile

+ 0
- 1
Makefile 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


Loading…
Cancel
Save