mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
util/spkmodem_recv: Add strict CFLAGS
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
PREFIX ?= /usr/local
|
||||
INSTALL ?= install
|
||||
CFLAGS ?= -Os -Wall -Wextra -Werror -pedantic
|
||||
|
||||
spkmodem-recv:
|
||||
$(CC) -o $@ $@.c
|
||||
$(CC) $(CFLAGS) -o $@ $@.c
|
||||
install: spkmodem-recv
|
||||
$(INSTALL) -d $(DESTDIR)$(PREFIX)/bin/
|
||||
$(INSTALL) $< -t $(DESTDIR)$(PREFIX)/bin/
|
||||
|
||||
Reference in New Issue
Block a user