util/spkmodem_recv: Define CC in the Makefile

Signed-off-by: Leah Rowe <leah@libreboot.org>
fsdg20230625
Leah Rowe 2023-05-16 07:38:05 +01:00
parent f2887e9b45
commit 754410f2af
1 changed files with 1 additions and 0 deletions

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