mirror of
https://github.com/jarun/nnn.git
synced 2025-03-29 09:36:36 +00:00
Set CP in Makefile
$(CP) is not set by GNU Make Seems like [1] is a full list of what GNU Make defines implicitly [1] https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html
This commit is contained in:
parent
a3019418b1
commit
e93abcf709
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -5,6 +5,7 @@ MANPREFIX ?= $(PREFIX)/share/man
|
|||
STRIP ?= strip
|
||||
PKG_CONFIG ?= pkg-config
|
||||
INSTALL ?= install
|
||||
CP ?= cp
|
||||
|
||||
CFLAGS_OPTIMIZATION ?= -O3
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue