Procházet zdrojové kódy

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
master
tanyaionova před 5 roky
rodič
revize
e93abcf709
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile Zobrazit soubor

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

CFLAGS_OPTIMIZATION ?= -O3



Načítá se…
Zrušit
Uložit