mirror of
https://github.com/jarun/nnn.git
synced 2025-03-14 10:44:05 +00:00
Merge pull request #312 from rindeal/patch-1
Make strip explicit for all targets
This commit is contained in:
commit
f7a00ae114
1 changed files with 0 additions and 1 deletions
1
Makefile
1
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
|
||||
|
|
Loading…
Add table
Reference in a new issue