mirror of
https://github.com/jarun/nnn.git
synced 2025-03-18 20:39:45 +00:00
remove $(STRIP) leftover from Makefile
Use only the `strip` target fort stripping the binary.
This commit is contained in:
parent
9d4498e7b3
commit
176187c1ed
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -41,7 +41,6 @@ debug: $(SRC)
|
||||||
|
|
||||||
norl: $(SRC)
|
norl: $(SRC)
|
||||||
$(CC) -DNORL $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(BIN) $^ $(LDLIBS)
|
$(CC) -DNORL $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(BIN) $^ $(LDLIBS)
|
||||||
$(STRIP) $(BIN)
|
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
$(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/bin
|
$(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue