From 754410f2af14a18f3504b1662e271e56c544ba5b Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 16 May 2023 07:38:05 +0100 Subject: util/spkmodem_recv: Define CC in the Makefile Signed-off-by: Leah Rowe --- util/spkmodem_recv/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'util') diff --git a/util/spkmodem_recv/Makefile b/util/spkmodem_recv/Makefile index c436b509..3c1bc0e5 100644 --- a/util/spkmodem_recv/Makefile +++ b/util/spkmodem_recv/Makefile @@ -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 -- cgit v1.2.1