util/spkmodem-recv: More correct Makefile

Set up the DESTDIR variable properly. Otherwise,
this is just style changes.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-01-03 02:09:55 +00:00
parent efd50ee548
commit e63fe256df
+5 -4
View File
@@ -1,8 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later
CC ?= cc
PREFIX ?= /usr/local
INSTALL ?= install
CFLAGS ?= -Os -Wall -Wextra -Werror -pedantic
CC?=cc
CFLAGS?=-Os -Wall -Wextra -Werror -pedantic
DESTDIR?=
PREFIX?=/usr/local
INSTALL?=install
spkmodem-recv:
$(CC) $(CFLAGS) -o $@ $@.c