Merge pull request #294 from tanyaionova/makefile-patch

Set CP in Makefile
This commit is contained in:
Mischievous Meerkat 2019-06-26 18:24:13 +05:30 committed by GitHub
commit 900ffbebc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ MANPREFIX ?= $(PREFIX)/share/man
STRIP ?= strip
PKG_CONFIG ?= pkg-config
INSTALL ?= install
CP ?= cp
CFLAGS_OPTIMIZATION ?= -O3