mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
Merge pull request #294 from tanyaionova/makefile-patch
Set CP in Makefile
This commit is contained in:
commit
900ffbebc7
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