mirror of
https://github.com/jarun/nnn.git
synced 2025-02-03 14:56:34 +00:00
Merge pull request #312 from rindeal/patch-1
Make strip explicit for all targets
This commit is contained in:
commit
f7a00ae114
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…
Reference in a new issue