util/spkmodem_recv: Define CC in the Makefile

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-05-16 07:38:05 +01:00
parent f2887e9b45
commit 754410f2af
+1
View File
@@ -1,4 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
CC ?= cc
PREFIX ?= /usr/local
INSTALL ?= install
CFLAGS ?= -Os -Wall -Wextra -Werror -pedantic