mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-23 07:09:27 +02:00
util/spkmodem_recv: Define CC in the Makefile
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
CC ?= cc
|
||||||
PREFIX ?= /usr/local
|
PREFIX ?= /usr/local
|
||||||
INSTALL ?= install
|
INSTALL ?= install
|
||||||
CFLAGS ?= -Os -Wall -Wextra -Werror -pedantic
|
CFLAGS ?= -Os -Wall -Wextra -Werror -pedantic
|
||||||
|
|||||||
Reference in New Issue
Block a user